mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(makefile-mode-abbrev-table): Remove
duplicate definition. (makefile-mode): Remove duplicate setting of local-abbrev-table.
This commit is contained in:
parent
5ed8d5afb0
commit
dd717ef272
1 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue