]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-menus.el
Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.org
[gnu-emacs] / lisp / progmodes / cc-menus.el
index 67425a0c82c9d1a44debb079041161a627f600ef..735c2cbf1ede30e2953bda7195acc13815bacbc0 100644 (file)
@@ -361,7 +361,7 @@ Example:
            p (1+ p))
       (cond
        ;; Is CHAR part of a objc token?
-       ((and (not inargvar)     ; Ignore if CHAR is part of an argument variable.
+       ((and (not inargvar)   ; Ignore if CHAR is part of an argument variable.
             (eq 0 betweenparen) ; Ignore if CHAR is in parentheses.
             (or (and (<= ?a char) (<= char ?z))
                 (and (<= ?A char) (<= char ?Z))