]> git.eshelyaron.com Git - emacs.git/commit
Autoload Eglot helper funtion eglot--debbugs-or-github-bug-uri
authorJoão Távora <joaotavora@gmail.com>
Thu, 9 Mar 2023 13:07:02 +0000 (13:07 +0000)
committerJoão Távora <joaotavora@gmail.com>
Thu, 9 Mar 2023 13:07:02 +0000 (13:07 +0000)
commit01b65d442ad681e6fef0db76451e668125a17038
treed317776bcc122d3732fc36677e845e356ac2e577
parent50a3559c5a7106b99d254e1a0acb047b1fb858a2
Autoload Eglot helper funtion eglot--debbugs-or-github-bug-uri

This isn't a typical autoload: the progn block is plced in the
autoloads file, but the eglot.el file itself isn't loaded as a result
when the function inside the progn block is called.

* lisp/progmodes/eglot.el (eglot--debbugs-or-github-bug-uri):
autoload, but in progn.
lisp/progmodes/eglot.el