summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-defs.el
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2019-06-17 11:00:55 +0000
committerAlan Mackenzie <acm@muc.de>2019-06-17 11:00:55 +0000
commit7bf65920342b3e7ccc6386d037081192452bf1a9 (patch)
tree9765474d77cd7a45f0c8cc135eaa5f4a6914805f /lisp/progmodes/cc-defs.el
parente5a4d1a06fe616f546386adfac17af5480493b3c (diff)
downloademacs-7bf65920342b3e7ccc6386d037081192452bf1a9.tar.gz
Remove the now unneeded c-font-lock-flush from CC Mode.
* lisp/progmodes/cc-defs.el (c-font-lock-flush): Delete this macro. * lisp/progmodes/cc-engine.el (c-propertize-raw-string-opener): Delete the call to the macro.
Diffstat (limited to 'lisp/progmodes/cc-defs.el')
-rw-r--r--lisp/progmodes/cc-defs.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index 7321f166c16..4e43bf95181 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -219,13 +219,6 @@ This variant works around bugs in `eval-when-compile' in various
`(cl-delete-duplicates ,cl-seq ,@cl-keys)
`(delete-duplicates ,cl-seq ,@cl-keys))))
-(defmacro c-font-lock-flush (beg end)
- "Declare the region BEG...END's fontification as out-of-date.
-On XEmacs and older Emacsen, this refontifies that region immediately."
- (if (fboundp 'font-lock-flush)
- `(font-lock-flush ,beg ,end)
- `(font-lock-fontify-region ,beg ,end)))
-
(defmacro c-point (position &optional point)
"Return the value of certain commonly referenced POSITIONs relative to POINT.
The current point is used if POINT isn't specified. POSITION can be