changeset 42265:02450f475e96

Remove mocklisp function case.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 22 Dec 2001 13:35:14 +0000
parents 5b3e61030df7
children 75bbe9d566d9
files lisp/help-fns.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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"