(ignore): Allow interactive call.
This commit is contained in:
parent
686573f1a4
commit
c0f1a4f6c6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue