/[emacs]/emacs/lisp/font-lock.el
ViewVC logotype

Diff of /emacs/lisp/font-lock.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.188 by rms, Mon Dec 31 20:16:46 2001 UTC revision 1.189 by monnier, Fri Feb 8 16:50:05 2002 UTC
# Line 683  Major/minor modes can set this variable Line 683  Major/minor modes can set this variable
683                        (inhibit-modification-hooks t)                        (inhibit-modification-hooks t)
684                        deactivate-mark buffer-file-name buffer-file-truename))                        deactivate-mark buffer-file-name buffer-file-truename))
685         ,@body         ,@body
686         (when (and (not modified) (buffer-modified-p))         (unless modified
687           (set-buffer-modified-p nil))))           (restore-buffer-modified-p nil))))
688    (put 'save-buffer-state 'lisp-indent-function 1)    (put 'save-buffer-state 'lisp-indent-function 1)
689    (def-edebug-spec save-buffer-state let)    (def-edebug-spec save-buffer-state let)
690    ;;    ;;
# Line 2405  See also `c-font-lock-extra-types'.")) Line 2405  See also `c-font-lock-extra-types'."))
2405                font-lock-warning-face                font-lock-warning-face
2406              font-lock-string-face))              font-lock-string-face))
2407        (goto-char (nth 8 state))        (goto-char (nth 8 state))
2408        (if (looking-at "/\\*\\*\n") font-lock-doc-face font-lock-comment-face))))        ;; `doxygen' uses /*! while others use /**.
2409          (if (looking-at "/\\*[*!]\n")
2410              font-lock-doc-face font-lock-comment-face))))
2411    
2412  (defvar c-font-lock-keywords c-font-lock-keywords-1  (defvar c-font-lock-keywords c-font-lock-keywords-1
2413    "Default expressions to highlight in C mode.    "Default expressions to highlight in C mode.

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26