diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-22 13:35:14 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-22 13:35:14 +0000 |
commit | a7323c295bf85c5693e5ca5104ba783d8d01289f (patch) | |
tree | 30c20962d238a2bec28c885e6b770006d3d5c60b | |
parent | 9e698fd9a5fe7da1973d669e2d85c631044eaeff (diff) | |
download | emacs-a7323c295bf85c5693e5ca5104ba783d8d01289f.tar.gz |
Remove mocklisp function case.
-rw-r--r-- | lisp/help-fns.el | 2 |
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." (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" |