From f41ce09dbd1e923997c93d97725b4de52d856284 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Wed, 22 Feb 2012 19:34:32 +0000 Subject: [PATCH] Revert Change #107149. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/cc-mode.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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) -- 2.39.2