I think I was intending to do something more complicated here, but
decided against it. The style is better this way anyway.
;; Other stuff.
(mdw-c-style)
;; 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)
;; Now define things to be fontified.
(make-local-variable 'font-lock-keywords)