]> git.eshelyaron.com Git - emacs.git/commit
Add the `always' function
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 20 Feb 2021 12:44:19 +0000 (13:44 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 20 Feb 2021 12:44:19 +0000 (13:44 +0100)
commit825aed11d267f7879ca8915eb2b0d154e0beb2d4
tree7ac81a68c2a114a4a549220f3ba238b5111ff6b1
parent43703a06b9ea31b86c46bef7cb488ea885569ddc
Add the `always' function

* doc/lispref/functions.texi (Calling Functions): Document it.
* lisp/subr.el (always): New function.

* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Mark it as
side effect free.
doc/lispref/functions.texi
etc/NEWS
lisp/emacs-lisp/byte-opt.el
lisp/subr.el