Mercurial > emacs
changeset 293:7e7575d7b6d0
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 20 Jun 1991 10:29:36 +0000 |
parents | cab78578e745 |
children | 97aa6a6f9aa5 |
files | lisp/subr.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Mon Jun 17 21:50:56 1991 +0000 +++ b/lisp/subr.el Thu Jun 20 10:29:36 1991 +0000 @@ -145,7 +145,10 @@ ;; 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