emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] comment-cache 245e780: * lisp/progmodes/cc-defs.el (c-use-


From: Alan Mackenzie
Subject: [Emacs-diffs] comment-cache 245e780: * lisp/progmodes/cc-defs.el (c-use-category): Use new name `literal-cache-hwm'
Date: Sat, 12 Mar 2016 18:59:49 +0000

branch: comment-cache
commit 245e7807e69022274e006bf0ccf4cb2dd650bec4
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    * lisp/progmodes/cc-defs.el (c-use-category): Use new name 
`literal-cache-hwm'
---
 lisp/progmodes/cc-defs.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index 30bb8f1..e110b0f 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -375,7 +375,7 @@ to it is returned.  This function does not modify the point 
or the mark."
   ;; Constant to decide at compilation time whether to use category
   ;; properties.  Currently (2010-03) they're available only on GNU Emacs.
   (defconst c-use-category
-    (and (not (boundp 'comment-depth-hwm))
+    (and (not (boundp 'literal-cache-hwm))
         (with-temp-buffer
           (let ((parse-sexp-lookup-properties t)
                 (lookup-syntax-properties t))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]