# HG changeset patch # User Pavel Jank # Date 1009028250 0 # Node ID 25a5e6273d071a7a75fd310dd13eec75a2189ce5 # Parent 76d12dafa83d9891245ed85a67115e3616aca386 (elint-unknown-builtin-args): Remove mocklisp entries. diff -r 76d12dafa83d -r 25a5e6273d07 lisp/emacs-lisp/elint.el --- a/lisp/emacs-lisp/elint.el Sat Dec 22 13:36:59 2001 +0000 +++ b/lisp/emacs-lisp/elint.el Sat Dec 22 13:37:30 2001 +0000 @@ -749,7 +749,6 @@ (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 @@ (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 @@ (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 @@ (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)