aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorAlan Mackenzie2012-02-22 19:34:32 +0000
committerAlan Mackenzie2012-02-22 19:34:32 +0000
commitf41ce09dbd1e923997c93d97725b4de52d856284 (patch)
treed4eea5d2f8e29422555fe99df9a9cfc3c4f02230 /lisp/progmodes
parent0edbf0b6fb48eb11d1e28aee898532625455e484 (diff)
downloademacs-f41ce09dbd1e923997c93d97725b4de52d856284.tar.gz
emacs-f41ce09dbd1e923997c93d97725b4de52d856284.zip
Revert Change #107149.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cc-mode.el3
1 files changed, 1 insertions, 2 deletions
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."
1156 ;; `c-set-fl-decl-start' for the detailed functionality. 1156 ;; `c-set-fl-decl-start' for the detailed functionality.
1157 (cons (c-set-fl-decl-start beg) end)) 1157 (cons (c-set-fl-decl-start beg) end))
1158 1158
1159(defvar c-standard-font-lock-fontify-region-function 1159(defvar c-standard-font-lock-fontify-region-function nil
1160 (default-value 'font-lock-fontify-region-function)
1161 "Standard value of `font-lock-fontify-region-function'") 1160 "Standard value of `font-lock-fontify-region-function'")
1162 1161
1163(defun c-font-lock-fontify-region (beg end &optional verbose) 1162(defun c-font-lock-fontify-region (beg end &optional verbose)