aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/vhdl-mode.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 60c3e1c3144..34273ccf108 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -1,12 +1,13 @@
1;;; vhdl-mode.el --- major mode for editing VHDL code 1;;; vhdl-mode.el --- major mode for editing VHDL code
2 2
3;; Copyright (C) 1992-2003, 2004, 2005, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
4;; 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 5
5;; Authors: Reto Zimmermann <reto@gnu.org> 6;; Authors: Reto Zimmermann <reto@gnu.org>
6;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net> 7;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net>
7;; Maintainer: Reto Zimmermann <reto@gnu.org> 8;; Maintainer: Reto Zimmermann <reto@gnu.org>
8;; Keywords: languages vhdl 9;; Keywords: languages vhdl
9;; WWW: http://opensource.ethz.ch/emacs/vhdl-mode.html 10;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
10 11
11(defconst vhdl-version "3.33.6" 12(defconst vhdl-version "3.33.6"
12 "VHDL Mode version number.") 13 "VHDL Mode version number.")