comparison lisp/progmodes/vhdl-mode.el @ 94116:842d446b22d9

Cleanup the bug-report email addresses and make sure the maintainer is still willing to handle bug reports.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Apr 2008 14:10:34 +0000
parents a47f86eaf5c0
children c3992d04d39a
comparison
equal deleted inserted replaced
94115:53e4b71afc53 94116:842d446b22d9
6 ;; Authors: Reto Zimmermann <reto@gnu.org> 6 ;; Authors: Reto Zimmermann <reto@gnu.org>
7 ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net> 7 ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net>
8 ;; Maintainer: Reto Zimmermann <reto@gnu.org> 8 ;; Maintainer: Reto Zimmermann <reto@gnu.org>
9 ;; Keywords: languages vhdl 9 ;; Keywords: languages vhdl
10 ;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html 10 ;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
11
12 ;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this
13 ;; file on 18/3/2008, and the maintainer agreed that when a bug is
14 ;; filed in the Emacs bug reporting system against this file, a copy
15 ;; of the bug report be sent to the maintainer's email address.
11 16
12 (defconst vhdl-version "3.33.6" 17 (defconst vhdl-version "3.33.6"
13 "VHDL Mode version number.") 18 "VHDL Mode version number.")
14 19
15 (defconst vhdl-time-stamp "2005-08-30" 20 (defconst vhdl-time-stamp "2005-08-30"