tools/magit: refactor magit-version advice

Not strictly necessary, but more correct.
This commit is contained in:
Henrik Lissner 2019-09-20 14:42:44 -04:00
parent 1aaf229473
commit bad0dba1fc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -3,7 +3,7 @@
;; HACK Magit complains loudly when it can't determine its own version, which is
;; the case when magit is built through straight. The warning is harmless,
;; however, so we just need it to shut up.
;;;###autoload (advice-add #'magit-version :around #'ignore)
;;;###autoload (advice-add #'magit-version :override #'ignore)
;;;###autoload
(defun +magit-display-buffer-fn (buffer)