]> git.eshelyaron.com Git - emacs.git/commit
Add to bug-reference-auto-setup-functions after its declaring defvar
authorTassilo Horn <tsdh@gnu.org>
Sun, 5 Feb 2023 18:54:17 +0000 (19:54 +0100)
committerTassilo Horn <tsdh@gnu.org>
Sun, 5 Feb 2023 18:54:17 +0000 (19:54 +0100)
commit60089dcfe06c64ff75d14f042fda1b052d0bad69
tree6fd8975f8c3b1c8f6c39ed0be4911531264f5ec4
parent26e947ccb1453defcfce080cdc5ea7ca2cb8917e
Add to bug-reference-auto-setup-functions after its declaring defvar

If it's the init-value of the defvar, add-hook from a third-party
package will suppress the default functions if it takes place before
bug-reference is loaded.

* lisp/progmodes/bug-reference.el (bug-reference-auto-setup-functions):
Add to bug-reference-auto-setup-functions after its declaring defvar.
lisp/progmodes/bug-reference.el