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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/elint.el
Date: Fri, 04 Apr 2003 01:21:59 -0500

Index: emacs/lisp/emacs-lisp/elint.el
diff -c emacs/lisp/emacs-lisp/elint.el:1.5 emacs/lisp/emacs-lisp/elint.el:1.6
*** emacs/lisp/emacs-lisp/elint.el:1.5  Sat Dec 22 08:37:30 2001
--- emacs/lisp/emacs-lisp/elint.el      Thu Oct 17 12:49:14 2002
***************
*** 609,622 ****
  ;; to reflect different seriousness of linting errors
  
  (defun elint-error (string &rest args)
!   "Report an linting error.
  STRING and ARGS are thrown on `format' to get the message."
    (let ((errstr (apply 'format string args)))
      (elint-log-message errstr)
      ))
  
  (defun elint-warning (string &rest args)
!   "Report an linting warning.
  STRING and ARGS are thrown on `format' to get the message."
    (let ((errstr (apply 'format string args)))
      (elint-log-message errstr)
--- 609,622 ----
  ;; to reflect different seriousness of linting errors
  
  (defun elint-error (string &rest args)
!   "Report a linting error.
  STRING and ARGS are thrown on `format' to get the message."
    (let ((errstr (apply 'format string args)))
      (elint-log-message errstr)
      ))
  
  (defun elint-warning (string &rest args)
!   "Report a linting warning.
  STRING and ARGS are thrown on `format' to get the message."
    (let ((errstr (apply 'format string args)))
      (elint-log-message errstr)




reply via email to

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