summaryrefslogtreecommitdiff
path: root/lisp/progmodes/vhdl-mode.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2020-03-04 14:46:46 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2020-03-04 14:46:46 +0100
commitdb37dd2e84573ceb2fc037dab040b79880ca298c (patch)
treeba29fb8eb8cce068aaedb67bd9cccd4ee9aabce0 /lisp/progmodes/vhdl-mode.el
parent40b217c2bfde6da6529499c9526a460fcdbeec8f (diff)
downloademacs-db37dd2e84573ceb2fc037dab040b79880ca298c.tar.gz
Don't misinterpret doc string as initial value
* lisp/loadhist.el (loadhist--restore-autoload): * lisp/progmodes/vhdl-mode.el (vhdl-font-lock-keywords-0): Prevent the doc string from being used as initial value.
Diffstat (limited to 'lisp/progmodes/vhdl-mode.el')
-rw-r--r--lisp/progmodes/vhdl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index b225a9b1d9a..de56f581ddb 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -13334,7 +13334,7 @@ File statistics: \"%s\"\n\
(defvar vhdl-font-lock-keywords nil
"Regular expressions to highlight in VHDL Mode.")
-(defvar vhdl-font-lock-keywords-0
+(defvar vhdl-font-lock-keywords-0 nil
;; set in `vhdl-font-lock-init' because dependent on user options
"For consideration as a value of `vhdl-font-lock-keywords'.
This does highlighting of template prompts and directives (pragmas).")