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/checkdoc.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/checkdoc.el
Date: Mon, 29 Aug 2005 06:41:37 -0400

Index: emacs/lisp/emacs-lisp/checkdoc.el
diff -c emacs/lisp/emacs-lisp/checkdoc.el:1.49 
emacs/lisp/emacs-lisp/checkdoc.el:1.50
*** emacs/lisp/emacs-lisp/checkdoc.el:1.49      Sat Aug  6 17:08:59 2005
--- emacs/lisp/emacs-lisp/checkdoc.el   Mon Aug 29 10:41:37 2005
***************
*** 190,195 ****
--- 190,198 ----
       (defmacro defcustom (var value doc &rest args)
         `(defvar ,var ,value ,doc))))
  
+ (defvar compilation-error-regexp-alist)
+ (defvar compilation-mode-font-lock-keywords)
+ 
  (defcustom checkdoc-autofix-flag 'semiautomatic
    "*Non-nil means attempt auto-fixing of doc strings.
  If this value is the symbol `query', then the user is queried before
***************
*** 653,659 ****
                            "No Additional style errors.  Continuing...")
                           (sit-for 2))))))
               ;; Move to the next error (if available)
!              ((or (checkdoc-char= c ?n) (checkdoc-char= c ?\ ))
                (let ((ne (funcall findfunc nil)))
                  (if (not ne)
                      (if showstatus
--- 656,662 ----
                            "No Additional style errors.  Continuing...")
                           (sit-for 2))))))
               ;; Move to the next error (if available)
!              ((or (checkdoc-char= c ?n) (checkdoc-char= c ?\s))
                (let ((ne (funcall findfunc nil)))
                  (if (not ne)
                      (if showstatus




reply via email to

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