summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
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)