From: Gerd Moellmann Date: Wed, 26 Jul 2000 13:02:53 +0000 (+0000) Subject: (makefile-mode-abbrev-table): Remove X-Git-Tag: emacs-pretest-21.0.90~2602 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd717ef272aedd07a5aab90c57d4a5f8fdd2f581;p=emacs.git (makefile-mode-abbrev-table): Remove duplicate definition. (makefile-mode): Remove duplicate setting of local-abbrev-table. --- diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 4a9e15aa293..adeec830ab4 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -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)