emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/elint.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/elint.el
Date: Sat, 22 Dec 2001 08:37:30 -0500

Index: emacs/lisp/emacs-lisp/elint.el
diff -c emacs/lisp/emacs-lisp/elint.el:1.4 emacs/lisp/emacs-lisp/elint.el:1.5
*** emacs/lisp/emacs-lisp/elint.el:1.4  Thu Dec 20 13:51:52 2001
--- emacs/lisp/emacs-lisp/elint.el      Sat Dec 22 08:37:30 2001
***************
*** 749,755 ****
      (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)
--- 749,754 ----
***************
*** 762,768 ****
      (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)
--- 761,766 ----
***************
*** 772,778 ****
      (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)
--- 770,775 ----
***************
*** 780,786 ****
      (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)
--- 777,782 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]