1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(makefile-mode-abbrev-table): Remove

duplicate definition.
(makefile-mode): Remove duplicate setting of local-abbrev-table.
This commit is contained in:
Gerd Moellmann 2000-07-26 13:02:53 +00:00
parent 5ed8d5afb0
commit dd717ef272

View File

@ -362,12 +362,6 @@ The function must satisfy this calling convention:
;;; --- 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
@ -610,9 +604,6 @@ makefile-special-targets-list:
;; 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)