]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove mocklisp function case.
authorPavel Janík <Pavel@Janik.cz>
Sat, 22 Dec 2001 13:35:14 +0000 (13:35 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 22 Dec 2001 13:35:14 +0000 (13:35 +0000)
lisp/help-fns.el

index 21e3fa993dd37c6d42392e3ac7f990f8a00067c2..3606454a323a1dc3be2307c497eddca6260c4c4c 100644 (file)
@@ -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"