X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/4790fcb7e37d3b24f55f63175bc4d76bf03c2f93..1b239a706933a7252f4a737db92b70f294320d8f:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index d3dbbe2..7d3bc10 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1492,10 +1492,10 @@ doesn't match any of the regular expressions in ;; Other stuff. (mdw-c-style) - (setq c-hanging-comment-ender-p nil) - (setq c-backslash-column 72) - (setq c-label-minimum-indentation 0) - (setq mdw-fill-prefix mdw-c-comment-fill-prefix) + (setq c-hanging-comment-ender-p nil + c-backslash-column 72 + c-label-minimum-indentation 0 + mdw-fill-prefix mdw-c-comment-fill-prefix) ;; Now define things to be fontified. (make-local-variable 'font-lock-keywords)