# HG changeset patch # User Jim Blandy # Date 677413776 0 # Node ID 7e7575d7b6d07a7eca73b03fe09c6cee07c497e0 # Parent cab78578e745505e29f180637bb36a676a14f2ca *** empty log message *** diff -r cab78578e745 -r 7e7575d7b6d0 lisp/subr.el --- 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