]> git.eshelyaron.com Git - emacs.git/commitdiff
(ignore): Allow interactive call.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 May 1994 22:48:29 +0000 (22:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 May 1994 22:48:29 +0000 (22:48 +0000)
lisp/subr.el

index 8322386fd6d85539736a71bfc95b98d1052ab530..7e6a6c2d7aefd052ce60148bb9cf4793b43fa7f6 100644 (file)
@@ -661,6 +661,7 @@ If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
 ;;;; Miscellanea.
 
 (defun ignore (&rest ignore) 
+  (interactive)
   "Do nothing.
 Accept any number of arguments, but ignore them."
   nil)