diff lisp/help-fns.el @ 42265:02450f475e96

Remove mocklisp function case.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 22 Dec 2001 13:35:14 +0000
parents 037ba6ecc02a
children 668b6361c3c4
line wrap: on
line diff
--- a/lisp/help-fns.el	Sat Dec 22 12:40:41 2001 +0000
+++ b/lisp/help-fns.el	Sat Dec 22 13:35:14 2001 +0000
@@ -163,8 +163,6 @@
 		 (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"