1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1991-06-20 10:29:36 +00:00
parent 90e3797fbf
commit dbc3787ccd

View File

@ -145,7 +145,10 @@ perhaps they ought to be."
;; In the future, would be better to fix byte compiler
;; not to really compile in cases like this,
;; and use defun here.
(fset 'ignore '(lambda (&rest ignore) nil))
(fset 'ignore '(lambda (&rest ignore)
"Do nothing.
Accept any number of arguments, but ignore them."
nil))
; old names