diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-12-20 22:07:48 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-12-20 22:08:42 +0100 |
commit | f244c2190259875d095be8508a959a61339263b8 (patch) | |
tree | 4e32bd399f4abe168bf3f18086cd36acfbca3df8 /lisp/progmodes/cc-langs.el | |
parent | 72c1a41573a96a39482a001bfeb3230c471a5681 (diff) | |
parent | 1a7033f1f3de4ad8c1bfd68b54e6c9d8444a3bcc (diff) | |
download | emacs-f244c2190259875d095be8508a959a61339263b8.tar.gz emacs-f244c2190259875d095be8508a959a61339263b8.tar.bz2 emacs-f244c2190259875d095be8508a959a61339263b8.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/progmodes/cc-langs.el')
-rw-r--r-- | lisp/progmodes/cc-langs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 9a044fcef31..faf31ff21cf 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -700,6 +700,7 @@ It's assumed to not contain any submatchers." ;; The same thing regarding Unicode identifiers applies here as to ;; `c-symbol-key'. t (concat "[" (c-lang-const c-nonsymbol-chars) "]")) +(c-lang-defvar c-nonsymbol-key (c-lang-const c-nonsymbol-key)) (c-lang-defconst c-identifier-ops "The operators that make up fully qualified identifiers. nil in |