]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Convert the handling of c-special-indent-hook to standard usage
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 2 Oct 2020 10:34:37 +0000 (10:34 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 2 Oct 2020 10:34:37 +0000 (10:34 +0000)
commit053d70660bcec9b66834e52c4860b32083da77a0
tree84ec37324e38a7d631fb5acb0779b2c61541e710
parent4cb16b6f42ea7ea088fa4134f8fe4ccfec16a56d
CC Mode: Convert the handling of c-special-indent-hook to standard usage

* lisp/progmodes/cc-styles.el (c-set-style): Use kill-local-variable rather
than copying the hook's global value to the local binding.
(c-make-styles-buffer-local): Remove redundant make-variable-buffer-local.
lisp/progmodes/cc-styles.el