changeset 7400:c415ff549eed

(ignore): Allow interactive call.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 May 1994 22:48:29 +0000
parents 473e0321d65a
children afe506bf7264
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Sat May 07 22:00:33 1994 +0000
+++ b/lisp/subr.el	Sat May 07 22:48:29 1994 +0000
@@ -661,6 +661,7 @@
 ;;;; Miscellanea.
 
 (defun ignore (&rest ignore) 
+  (interactive)
   "Do nothing.
 Accept any number of arguments, but ignore them."
   nil)