# HG changeset patch # User Gerd Moellmann # Date 964616573 0 # Node ID 633f79b85c50d719c1fa6499be40af33f194c052 # Parent 26afdae5ea1373a680ed05d5c589d7c3a0d635c0 (makefile-mode-abbrev-table): Remove duplicate definition. (makefile-mode): Remove duplicate setting of local-abbrev-table. diff -r 26afdae5ea13 -r 633f79b85c50 lisp/progmodes/make-mode.el --- a/lisp/progmodes/make-mode.el Wed Jul 26 11:25:27 2000 +0000 +++ b/lisp/progmodes/make-mode.el Wed Jul 26 13:02:53 2000 +0000 @@ -368,12 +368,6 @@ () (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 - () - (define-abbrev-table 'makefile-mode-abbrev-table ())) - (defvar makefile-mode-map nil "The keymap that is used in Makefile mode.") @@ -610,9 +604,6 @@ ;; 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)