aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2006-12-05 05:26:08 +0000
committerGlenn Morris2006-12-05 05:26:08 +0000
commit3852e553401bf011ce417d01f7995fe81da9641e (patch)
treea2d941304c0af672d681fa9f39ef79b595e988cc
parente5a4bf48526ec975e61adbc0a61750c36ba22fdf (diff)
downloademacs-3852e553401bf011ce417d01f7995fe81da9641e.tar.gz
emacs-3852e553401bf011ce417d01f7995fe81da9641e.zip
(vhdl-mode-abbrev-table-init): Do not clear abbrev table, else saved
abbrevs will not be restored.
-rw-r--r--lisp/progmodes/vhdl-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 34273ccf108..3bf4227a82f 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -2893,7 +2893,6 @@ STRING are replaced by `-' and substrings are converted to lower case."
2893 2893
2894(defun vhdl-mode-abbrev-table-init () 2894(defun vhdl-mode-abbrev-table-init ()
2895 "Initialize `vhdl-mode-abbrev-table'." 2895 "Initialize `vhdl-mode-abbrev-table'."
2896 (when vhdl-mode-abbrev-table (clear-abbrev-table vhdl-mode-abbrev-table))
2897 (define-abbrev-table 'vhdl-mode-abbrev-table 2896 (define-abbrev-table 'vhdl-mode-abbrev-table
2898 (append 2897 (append
2899 (when (memq 'vhdl vhdl-electric-keywords) 2898 (when (memq 'vhdl vhdl-electric-keywords)