changeset 30468:633f79b85c50

(makefile-mode-abbrev-table): Remove duplicate definition. (makefile-mode): Remove duplicate setting of local-abbrev-table.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 26 Jul 2000 13:02:53 +0000
parents 26afdae5ea13
children 2fce61fd82ec
files lisp/progmodes/make-mode.el
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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)