;;; --- end of up-to-date-overview configuration ------------------
-(defvar makefile-mode-abbrev-table nil
- "Abbrev table in use in Makefile buffers.")
-(if makefile-mode-abbrev-table
- ()
- (define-abbrev-table 'makefile-mode-abbrev-table ()))
-
(defvar makefile-mode-abbrev-table nil
"Abbrev table in use in Makefile buffers.")
(if makefile-mode-abbrev-table
;; Other abbrevs.
(setq local-abbrev-table makefile-mode-abbrev-table)
- ;; Other abbrevs.
- (setq local-abbrev-table makefile-mode-abbrev-table)
-
;; Filling.
(make-local-variable 'fill-paragraph-function)
(setq fill-paragraph-function 'makefile-fill-paragraph)