From: Alan Mackenzie Date: Sat, 12 Mar 2016 19:00:34 +0000 (+0000) Subject: * lisp/progmodes/cc-defs.el (c-use-category): Use new name `literal-cache-hwm' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=245e7807e69022274e006bf0ccf4cb2dd650bec4;p=emacs.git * lisp/progmodes/cc-defs.el (c-use-category): Use new name `literal-cache-hwm' --- 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))