From: Pavel Janík Date: Sat, 22 Dec 2001 13:35:14 +0000 (+0000) Subject: Remove mocklisp function case. X-Git-Tag: ttn-vms-21-2-B4~17535 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7323c295bf85c5693e5ca5104ba783d8d01289f;p=emacs.git Remove mocklisp function case. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 21e3fa993dd..3606454a323 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -163,8 +163,6 @@ and the file name is displayed in the echo area." (concat beg "Lisp function")) ((eq (car-safe def) 'macro) "a Lisp macro") - ((eq (car-safe def) 'mocklisp) - "a mocklisp function") ((eq (car-safe def) 'autoload) (setq file-name (nth 1 def)) (format "%s autoloaded %s"