summaryrefslogtreecommitdiff
path: root/lisp/allout.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2021-02-20 18:55:12 +0000
committerBasil L. Contovounesios <contovob@tcd.ie>2021-02-26 11:26:22 +0000
commit752278834b3d317a65135cdaa392b0468ce7372c (patch)
tree3c75660c53f0fd5fd925fe94f10509efa5e4c601 /lisp/allout.el
parent70f2d658e42120c289c4a3c043b5d5b1331bc183 (diff)
downloademacs-752278834b3d317a65135cdaa392b0468ce7372c.tar.gz
emacs-752278834b3d317a65135cdaa392b0468ce7372c.tar.bz2
emacs-752278834b3d317a65135cdaa392b0468ce7372c.zip
Function-quote completion property of declare form
For discussion, see the following thread: https://lists.gnu.org/r/emacs-devel/2021-02/msg01666.html * lisp/emacs-lisp/byte-run.el (byte-run--set-completion): Quote with 'function' for syntactical consistency with other declare form properties. This allows writing (declare (completion foo)) instead of (declare (completion 'foo)). * lisp/emacs-lisp/easymenu.el (easy-menu-do-define): * lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Prefer function-put over put for function symbols. * lisp/subr.el (ignore, undefined): Remove #'-quoting from declare form; it is no longer needed.
Diffstat (limited to 'lisp/allout.el')
0 files changed, 0 insertions, 0 deletions