From 245e7807e69022274e006bf0ccf4cb2dd650bec4 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Sat, 12 Mar 2016 19:00:34 +0000 Subject: [PATCH] * lisp/progmodes/cc-defs.el (c-use-category): Use new name `literal-cache-hwm' --- lisp/progmodes/cc-defs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 30bb8f1ee2d..e110b0f6432 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)) -- 2.39.5