comparison lisp/subr.el @ 7400:c415ff549eed

(ignore): Allow interactive call.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 May 1994 22:48:29 +0000
parents 4fd40bd394fe
children 8aa09b7f5ad8
comparison
equal deleted inserted replaced
7399:473e0321d65a 7400:c415ff549eed
659 659
660 660
661 ;;;; Miscellanea. 661 ;;;; Miscellanea.
662 662
663 (defun ignore (&rest ignore) 663 (defun ignore (&rest ignore)
664 (interactive)
664 "Do nothing. 665 "Do nothing.
665 Accept any number of arguments, but ignore them." 666 Accept any number of arguments, but ignore them."
666 nil) 667 nil)
667 668
668 (defun error (&rest args) 669 (defun error (&rest args)