From: Richard M. Stallman Date: Fri, 23 Sep 2005 18:26:09 +0000 (+0000) Subject: (c-font-lock-init): Specify font-lock-lines-before. X-Git-Tag: emacs-pretest-22.0.90~6975 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ac71a6af186d682c56c008444c75051541953e6;p=emacs.git (c-font-lock-init): Specify font-lock-lines-before. --- diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 8f5670ed57b..92c402dbad4 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -519,6 +519,7 @@ This does not load the font-lock package. Use after nil nil ,c-identifier-syntax-modifications c-beginning-of-syntax + (font-lock-lines-before . 1) (font-lock-mark-block-function . c-mark-function))) (add-hook 'font-lock-mode-hook 'c-after-font-lock-init nil t))