Mercurial > emacs
comparison lisp/emacs-lisp/elint.el @ 42268:25a5e6273d07
(elint-unknown-builtin-args): Remove mocklisp entries.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 22 Dec 2001 13:37:30 +0000 |
parents | 0f4506820432 |
children | 07d91c802db4 |
comparison
equal
deleted
inserted
replaced
42267:76d12dafa83d | 42268:25a5e6273d07 |
---|---|
747 '((while test &rest forms) | 747 '((while test &rest forms) |
748 (insert-before-markers-and-inherit &rest text) | 748 (insert-before-markers-and-inherit &rest text) |
749 (catch tag &rest body) | 749 (catch tag &rest body) |
750 (and &rest args) | 750 (and &rest args) |
751 (funcall func &rest args) | 751 (funcall func &rest args) |
752 (insert-string &rest args) | |
753 (insert &rest args) | 752 (insert &rest args) |
754 (vconcat &rest args) | 753 (vconcat &rest args) |
755 (run-hook-with-args hook &rest args) | 754 (run-hook-with-args hook &rest args) |
756 (message-or-box string &rest args) | 755 (message-or-box string &rest args) |
757 (save-window-excursion &rest body) | 756 (save-window-excursion &rest body) |
760 (progn &rest body) | 759 (progn &rest body) |
761 (insert-and-inherit &rest args) | 760 (insert-and-inherit &rest args) |
762 (message-box string &rest args) | 761 (message-box string &rest args) |
763 (prog2 x y &rest body) | 762 (prog2 x y &rest body) |
764 (prog1 first &rest body) | 763 (prog1 first &rest body) |
765 (ml-provide-prefix-argument prefix form) | |
766 (insert-before-markers &rest args) | 764 (insert-before-markers &rest args) |
767 (call-process-region start end program &optional delete | 765 (call-process-region start end program &optional delete |
768 destination display &rest args) | 766 destination display &rest args) |
769 (concat &rest args) | 767 (concat &rest args) |
770 (vector &rest args) | 768 (vector &rest args) |
771 (run-hook-with-args-until-success hook &rest args) | 769 (run-hook-with-args-until-success hook &rest args) |
772 (track-mouse &rest body) | 770 (track-mouse &rest body) |
773 (unwind-protect bodyform &rest unwindforms) | 771 (unwind-protect bodyform &rest unwindforms) |
774 (save-restriction &rest body) | 772 (save-restriction &rest body) |
775 (ml-prefix-argument-loop) | |
776 (quote arg) | 773 (quote arg) |
777 (make-byte-code &rest args) | 774 (make-byte-code &rest args) |
778 (or &rest args) | 775 (or &rest args) |
779 (cond &rest clauses) | 776 (cond &rest clauses) |
780 (start-process name buffer program &rest args) | 777 (start-process name buffer program &rest args) |
781 (run-hook-with-args-until-failure hook &rest args) | 778 (run-hook-with-args-until-failure hook &rest args) |
782 (if cond then &rest else) | 779 (if cond then &rest else) |
783 (ml-if) | |
784 (apply function &rest args) | 780 (apply function &rest args) |
785 (format string &rest args) | 781 (format string &rest args) |
786 (encode-time second minute hour day month year zone &rest args) | 782 (encode-time second minute hour day month year zone &rest args) |
787 (min &rest args) | 783 (min &rest args) |
788 (logand &rest args) | 784 (logand &rest args) |