summaryrefslogtreecommitdiff
path: root/lisp/progmodes/make-mode.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-07-26 13:02:53 +0000
committerGerd Moellmann <gerd@gnu.org>2000-07-26 13:02:53 +0000
commitdd717ef272aedd07a5aab90c57d4a5f8fdd2f581 (patch)
treef32d16541d1d0d4d63a1f012dd59535e257b39a2 /lisp/progmodes/make-mode.el
parent5ed8d5afb0350e3e2404b295c7ea592941abe94d (diff)
downloademacs-dd717ef272aedd07a5aab90c57d4a5f8fdd2f581.tar.gz
(makefile-mode-abbrev-table): Remove
duplicate definition. (makefile-mode): Remove duplicate setting of local-abbrev-table.
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-rw-r--r--lisp/progmodes/make-mode.el9
1 files changed, 0 insertions, 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
@@ -368,12 +368,6 @@ The function must satisfy this calling convention:
()
(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 @@ 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)