summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-07 22:48:29 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-07 22:48:29 +0000
commitc0f1a4f6c66a63e36a6e5a06a6f201474ce653be (patch)
treecb565fce5f351dc94e4989d01ca366f246623d2b /lisp
parent686573f1a49f80df86aa192d9442ab3616235853 (diff)
downloademacs-c0f1a4f6c66a63e36a6e5a06a6f201474ce653be.tar.gz
emacs-c0f1a4f6c66a63e36a6e5a06a6f201474ce653be.tar.bz2
emacs-c0f1a4f6c66a63e36a6e5a06a6f201474ce653be.zip
(ignore): Allow interactive call.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 8322386fd6d..7e6a6c2d7ae 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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)