summaryrefslogtreecommitdiff
path: root/lisp/progmodes/vhdl-mode.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-04-12 10:46:07 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2021-04-12 10:46:07 -0400
commit07671edbf0686a71fe568626a71ef48fdb2e0215 (patch)
treeb65ef18eb6cfc76bf343501d31bdc861e5007b83 /lisp/progmodes/vhdl-mode.el
parent72db25ef54f3d8e3b9827eeaa6df2eab2711cdff (diff)
downloademacs-07671edbf0686a71fe568626a71ef48fdb2e0215.tar.gz
* lisp/progmodes/vhdl-mode.el: Add note about XEmacs compatibility
Diffstat (limited to 'lisp/progmodes/vhdl-mode.el')
-rw-r--r--lisp/progmodes/vhdl-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index be98066a620..5eeac8af3b8 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -12,6 +12,9 @@
;; file on 18/3/2008, and the maintainer agreed that when a bug is
;; filed in the Emacs bug reporting system against this file, a copy
;; of the bug report be sent to the maintainer's email address.
+;;
+;; Reto also said in Apr 2021 that he preferred to keep the XEmacs
+;; compatibility code.
(defconst vhdl-version "3.38.1"
"VHDL Mode version number.")