[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/elint.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/elint.el |
Date: |
Mon, 21 Oct 2002 05:02:44 -0400 |
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)