]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert Change #107149.
authorAlan Mackenzie <acm@muc.de>
Wed, 22 Feb 2012 19:34:32 +0000 (19:34 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 22 Feb 2012 19:34:32 +0000 (19:34 +0000)
lisp/ChangeLog
lisp/progmodes/cc-mode.el

index 4f025f3051e5fd04ac237840461d4764288b1582..ab39eb4d03c06f9eb410a5625678b106a6036724 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-22  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-modes: revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
+
 2012-02-22  Glenn Morris  <rgm@gnu.org>
 
        * ffap.el (ffap-c-path):
index 2eb00e72a76a50ec93551452bb160bc029e9bc51..985214db1dc5b739a4068a2cda01b97eb5947d86 100644 (file)
@@ -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)