diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-22 13:37:30 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-22 13:37:30 +0000 |
commit | b15f6f29ef8921699575a8d330a934337f0e28c7 (patch) | |
tree | e620a8b7eac55bb6a701b8d62d964c03e55e974c /lisp/emacs-lisp/elint.el | |
parent | 5f11d42cee721667e981578f908168fe09cf847f (diff) | |
download | emacs-b15f6f29ef8921699575a8d330a934337f0e28c7.tar.gz |
(elint-unknown-builtin-args): Remove mocklisp entries.
Diffstat (limited to 'lisp/emacs-lisp/elint.el')
-rw-r--r-- | lisp/emacs-lisp/elint.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index 0471db3de93..1d289471aaf 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el @@ -749,7 +749,6 @@ If no documentation could be found args will be `unknown'." (catch tag &rest body) (and &rest args) (funcall func &rest args) - (insert-string &rest args) (insert &rest args) (vconcat &rest args) (run-hook-with-args hook &rest args) @@ -762,7 +761,6 @@ If no documentation could be found args will be `unknown'." (message-box string &rest args) (prog2 x y &rest body) (prog1 first &rest body) - (ml-provide-prefix-argument prefix form) (insert-before-markers &rest args) (call-process-region start end program &optional delete destination display &rest args) @@ -772,7 +770,6 @@ If no documentation could be found args will be `unknown'." (track-mouse &rest body) (unwind-protect bodyform &rest unwindforms) (save-restriction &rest body) - (ml-prefix-argument-loop) (quote arg) (make-byte-code &rest args) (or &rest args) @@ -780,7 +777,6 @@ If no documentation could be found args will be `unknown'." (start-process name buffer program &rest args) (run-hook-with-args-until-failure hook &rest args) (if cond then &rest else) - (ml-if) (apply function &rest args) (format string &rest args) (encode-time second minute hour day month year zone &rest args) |