From: Alan Mackenzie Date: Wed, 22 Feb 2012 19:34:32 +0000 (+0000) Subject: Revert Change #107149. X-Git-Tag: emacs-pretest-24.0.94~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f41ce09dbd1e923997c93d97725b4de52d856284;p=emacs.git Revert Change #107149. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f025f3051e..ab39eb4d03c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-22 Alan Mackenzie + + * progmodes/cc-modes: revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06. + 2012-02-22 Glenn Morris * ffap.el (ffap-c-path): diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 2eb00e72a76..985214db1dc 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -1156,8 +1156,7 @@ Note that the style variables are always made local to the buffer." ;; `c-set-fl-decl-start' for the detailed functionality. (cons (c-set-fl-decl-start beg) end)) -(defvar c-standard-font-lock-fontify-region-function - (default-value 'font-lock-fontify-region-function) +(defvar c-standard-font-lock-fontify-region-function nil "Standard value of `font-lock-fontify-region-function'") (defun c-font-lock-fontify-region (beg end &optional verbose)