]> code.delx.au - gnu-emacs/commitdiff
(compilation-error-regexp-alist, compilation-mode-font-lock-keywords):
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Aug 2005 10:41:37 +0000 (10:41 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Aug 2005 10:41:37 +0000 (10:41 +0000)
Add defvars.
(checkdoc-interactive-loop): "?\ " -> "?\s".

lisp/emacs-lisp/checkdoc.el

index 6b6d3ba4393e13f892d9bdfdcfd0b47c2625618c..913ffcf19418fe57d081df10eed955824bcfb376 100644 (file)
      (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,7 +656,7 @@ style."
                            "No Additional style errors.  Continuing...")
                           (sit-for 2))))))
               ;; Move to the next error (if available)
-              ((or (checkdoc-char= c ?n) (checkdoc-char= c ?\ ))
+              ((or (checkdoc-char= c ?n) (checkdoc-char= c ?\s))
                (let ((ne (funcall findfunc nil)))
                  (if (not ne)
                      (if showstatus