(ignore): Allow interactive call.

This commit is contained in:
Richard M. Stallman 1994-05-07 22:48:29 +00:00
parent 686573f1a4
commit c0f1a4f6c6

View 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)