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:
parent
90e3797fbf
commit
dbc3787ccd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user