changeset 74434:2b464ae7b20e

(vhdl-mode-abbrev-table-init): Do not clear abbrev table, else saved abbrevs will not be restored.
author Glenn Morris <rgm@gnu.org>
date Tue, 05 Dec 2006 05:26:08 +0000
parents 89cf360cc26e
children b18d856c25f1
files lisp/progmodes/vhdl-mode.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/vhdl-mode.el	Tue Dec 05 05:25:36 2006 +0000
+++ b/lisp/progmodes/vhdl-mode.el	Tue Dec 05 05:26:08 2006 +0000
@@ -2893,7 +2893,6 @@
 
 (defun vhdl-mode-abbrev-table-init ()
   "Initialize `vhdl-mode-abbrev-table'."
-  (when vhdl-mode-abbrev-table (clear-abbrev-table vhdl-mode-abbrev-table))
   (define-abbrev-table 'vhdl-mode-abbrev-table
     (append
      (when (memq 'vhdl vhdl-electric-keywords)