]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/cc-langs.el (c-make-no-parens-syntax-table): Fix bug#57065
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 Aug 2022 20:59:30 +0000 (16:59 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 Aug 2022 20:59:30 +0000 (16:59 -0400)
commit5b5896132f292986e89913b650d21c0b16896298
tree5fd5264374d19a5a123e27b95a4296a5e95e181c
parent9ba6a7c508cbaed5eeedd56e7df633b722bf86b7
* lisp/progmodes/cc-langs.el (c-make-no-parens-syntax-table): Fix bug#57065

(c-lang-const c-make-mode-syntax-table) already returns a function,
so quote it to avoid double evaluation since it could fail if the
function is not self-evaluating, such as when it's a symbol or
a value of the form (closure ...).
lisp/progmodes/cc-langs.el