]> git.eshelyaron.com Git - emacs.git/commit
Use named functions in {defun,macro}-declarations-alist (Bug#40491)
authorPhilipp Stephani <phst@google.com>
Sun, 12 Apr 2020 10:01:47 +0000 (12:01 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 12 Apr 2020 11:18:43 +0000 (13:18 +0200)
commit4f197a5e79ef25bcbcb3bf50ab3071fd0f1fae9e
treeb2db20cd044771b1b6af6d07e761ffcd72e3fcea
parentc7ecc6bbc03af4c2746e2e8765dbbe5bf4a3a908
Use named functions in {defun,macro}-declarations-alist (Bug#40491)

* lisp/emacs-lisp/byte-run.el (byte-run--set-advertised-calling-convention)
(byte-run--set-obsolete, byte-run--set-interactive-only)
(byte-run--set-pure, byte-run--set-side-effect-free)
(byte-run--set-compiler-macro, byte-run--set-doc-string)
(byte-run--set-indent, byte-run--set-debug)
(byte-run--set-no-font-lock-keyword): New helper functions.
(defun-declarations-alist, macro-declarations-alist): Use them.
lisp/emacs-lisp/byte-run.el