Show
Ignore:
Timestamp:
2005年09月10日 10時16分00秒 (3 years ago)
Author:
miyoshi
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emacs-lisp/checkdoc.el

    r3809 r3863  
    190190     (defmacro defcustom (var value doc &rest args) 
    191191       `(defvar ,var ,value ,doc)))) 
     192 
     193(defvar compilation-error-regexp-alist) 
     194(defvar compilation-mode-font-lock-keywords) 
    192195 
    193196(defcustom checkdoc-autofix-flag 'semiautomatic 
     
    654657                           (sit-for 2)))))) 
    655658               ;; Move to the next error (if available) 
    656                ((or (checkdoc-char= c ?n) (checkdoc-char= c ?\ )) 
     659               ((or (checkdoc-char= c ?n) (checkdoc-char= c ?\s)) 
    657660                (let ((ne (funcall findfunc nil))) 
    658661                  (if (not ne)