]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/cc-defs.el (c-use-category): Use new name `literal-cache-hwm'
authorAlan Mackenzie <acm@muc.de>
Sat, 12 Mar 2016 19:00:34 +0000 (19:00 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 12 Mar 2016 19:00:34 +0000 (19:00 +0000)
lisp/progmodes/cc-defs.el

index 30bb8f1ee2d1faa1ea9b55730c5f7fc6c1430b8e..e110b0f643239e2ee91dedd48aaeb70a976323c7 100644 (file)
@@ -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))