From: Alan Mackenzie Date: Mon, 16 May 2016 13:56:24 +0000 (+0000) Subject: Tidy up redundant code in cc-vars.el caused by mistake in emacs-25 -> master X-Git-Tag: emacs-26.0.90~1939 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d57359d2d3fd1674ee3fe7fec24c404e3e01d41;p=emacs.git Tidy up redundant code in cc-vars.el caused by mistake in emacs-25 -> master --- diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 216f0cc143a..8cad27fd86d 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -1679,10 +1679,6 @@ c-noise-macro-with-parens-names is invalid: %s" c-noise-macro-with-parens-names) c-noise-macro-names is invalid: %s" c-noise-macro-names))))) ;; Non-customizable variables, still part of the interface to CC Mode -;; The following two are preparations for Emacs 25.2 (2016-05-09): -(put 'c-noise-macro-names 'safe-local-variable #'c-string-list-p) -(put 'c-noise-macro-with-parens-names 'safe-local-variable #'c-string-list-p) - (defvar c-macro-with-semi-re nil ;; Regular expression which matches a (#define'd) symbol whose expansion ;; ends with a semicolon.