]> git.eshelyaron.com Git - emacs.git/commitdiff
(elint-unknown-builtin-args): Remove mocklisp entries.
authorPavel Janík <Pavel@Janik.cz>
Sat, 22 Dec 2001 13:37:30 +0000 (13:37 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 22 Dec 2001 13:37:30 +0000 (13:37 +0000)
lisp/emacs-lisp/elint.el

index 0471db3de9321a8aee5ad1b362ea50b7c0f4c3dc..1d289471aaf712bf5e95b59eec895a8368a8b402 100644 (file)
@@ -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)