aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-22 13:35:14 +0000
committerPavel Janík2001-12-22 13:35:14 +0000
commita7323c295bf85c5693e5ca5104ba783d8d01289f (patch)
tree30c20962d238a2bec28c885e6b770006d3d5c60b
parent9e698fd9a5fe7da1973d669e2d85c631044eaeff (diff)
downloademacs-a7323c295bf85c5693e5ca5104ba783d8d01289f.tar.gz
emacs-a7323c295bf85c5693e5ca5104ba783d8d01289f.zip
Remove mocklisp function case.
-rw-r--r--lisp/help-fns.el2
1 files changed, 0 insertions, 2 deletions
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."
163 (concat beg "Lisp function")) 163 (concat beg "Lisp function"))
164 ((eq (car-safe def) 'macro) 164 ((eq (car-safe def) 'macro)
165 "a Lisp macro") 165 "a Lisp macro")
166 ((eq (car-safe def) 'mocklisp)
167 "a mocklisp function")
168 ((eq (car-safe def) 'autoload) 166 ((eq (car-safe def) 'autoload)
169 (setq file-name (nth 1 def)) 167 (setq file-name (nth 1 def))
170 (format "%s autoloaded %s" 168 (format "%s autoloaded %s"