]> git.eshelyaron.com Git - emacs.git/commitdiff
(makefile-mode-abbrev-table): Remove
authorGerd Moellmann <gerd@gnu.org>
Wed, 26 Jul 2000 13:02:53 +0000 (13:02 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 26 Jul 2000 13:02:53 +0000 (13:02 +0000)
duplicate definition.
(makefile-mode): Remove duplicate setting of local-abbrev-table.

lisp/progmodes/make-mode.el

index 4a9e15aa293ed99c853f4068dec6b316faeb462b..adeec830ab413a36aeac37d8b7d7d8fd12248efc 100644 (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)