From dd717ef272aedd07a5aab90c57d4a5f8fdd2f581 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 26 Jul 2000 13:02:53 +0000 Subject: [PATCH] (makefile-mode-abbrev-table): Remove duplicate definition. (makefile-mode): Remove duplicate setting of local-abbrev-table. --- lisp/progmodes/make-mode.el | 9 --------- 1 file changed, 9 deletions(-) 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) -- 2.39.2