# HG changeset patch # User Juanma Barranquero # Date 1126601442 0 # Node ID 411b230f06b5902e5be4b7291903c6fe9e8ee61f # Parent e3c81c2db8030c280fb0124a69b625d763201057 (conf-alist, conf-entry, conf-key, ent-alist): Add defvar. diff -r e3c81c2db803 -r 411b230f06b5 lisp/progmodes/vhdl-mode.el --- a/lisp/progmodes/vhdl-mode.el Tue Sep 13 08:47:44 2005 +0000 +++ b/lisp/progmodes/vhdl-mode.el Tue Sep 13 08:50:42 2005 +0000 @@ -134,12 +134,15 @@ "Non-nil if GNU Emacs 22, ... is used.") (defvar compilation-file-regexp-alist) +(defvar conf-alist) +(defvar conf-entry) +(defvar conf-key) +(defvar ent-alist) (defvar itimer-version) (defvar lazy-lock-defer-contextually) (defvar lazy-lock-defer-on-scrolling) (defvar lazy-lock-defer-on-the-fly) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Variables ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -363,7 +366,7 @@ Case adjustment : adjust case of inserted unit names \(*) The regular expression must match the error message starting from the - beginning of the line (but not necessarily to the end of the line). + beginning of the line (but not necessarily to the end of the line). Compile options allows insertion of the library name (see `vhdl-project-alist') in order to set the compilers library option (e.g. \"vcom -work my_lib\"). @@ -1059,7 +1062,7 @@ elsif 'event and = '1' then -- rising clock edge if = '1' then -- synchronous load - + end if; end if; end process