comparison lisp/modes/vhdl-mode.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 49a24b4fd526
children
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
5 ;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. 5 ;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
6 6
7 ;; Author: Rodney J. Whitby <rwhitby@asc.corp.mot.com> 7 ;; Author: Rodney J. Whitby <rwhitby@asc.corp.mot.com>
8 ;; Maintainer: Rodney J. Whitby <rwhitby@asc.corp.mot.com> 8 ;; Maintainer: Rodney J. Whitby <rwhitby@asc.corp.mot.com>
9 ;; Created: June 1994, adapted from cc-mode.el 4.29 by Barry A. Warsaw. 9 ;; Created: June 1994, adapted from cc-mode.el 4.29 by Barry A. Warsaw.
10 ;; Version: $Revision: 1.1 $ 10 ;; Version: $Revision: 1.2 $
11 ;; Last Modified: $Date: 1996/12/29 00:14:59 $ 11 ;; Last Modified: $Date: 1997/03/09 02:37:24 $
12 ;; Keywords: languages VHDL 12 ;; Keywords: languages VHDL
13 ;; Archive: ftp.eda.com.au:/pub/emacs/vhdl-mode.tar.gz 13 ;; Archive: ftp.eda.com.au:/pub/emacs/vhdl-mode.tar.gz
14 14
15 ;; NOTE: Read the commentary below for the right way to submit bug reports! 15 ;; NOTE: Read the commentary below for the right way to submit bug reports!
16 16
67 ;; repository for vhdl-mode. 67 ;; repository for vhdl-mode.
68 68
69 ;; LCD Archive Entry: 69 ;; LCD Archive Entry:
70 ;; vhdl-mode.el|Rodney J. Whitby|rwhitby@asc.corp.mot.com 70 ;; vhdl-mode.el|Rodney J. Whitby|rwhitby@asc.corp.mot.com
71 ;; |Major mode for editing VHDL code 71 ;; |Major mode for editing VHDL code
72 ;; |$Date: 1996/12/29 00:14:59 $|$Revision: 1.1 $ 72 ;; |$Date: 1997/03/09 02:37:24 $|$Revision: 1.2 $
73 ;; |ftp.eda.com.au:/pub/emacs/vhdl-mode.tar.gz 73 ;; |ftp.eda.com.au:/pub/emacs/vhdl-mode.tar.gz
74 74
75 75
76 ;;; Code: 76 ;;; Code:
77 77
537 ;; Main entry point for VHDL mode: 537 ;; Main entry point for VHDL mode:
538 538
539 ;;;###autoload 539 ;;;###autoload
540 (defun vhdl-mode () 540 (defun vhdl-mode ()
541 "Major mode for editing VHDL code. 541 "Major mode for editing VHDL code.
542 vhdl-mode $Revision: 1.1 $ 542 vhdl-mode $Revision: 1.2 $
543 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 543 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
544 vhdl-mode buffer. This automatically sets up a mail buffer with version 544 vhdl-mode buffer. This automatically sets up a mail buffer with version
545 information already added. You just need to add a description of the 545 information already added. You just need to add a description of the
546 problem, including a reproducable test case and send the message. 546 problem, including a reproducible test case and send the message.
547 547
548 Note that the details of configuring vhdl-mode will soon be moved to the 548 Note that the details of configuring vhdl-mode will soon be moved to the
549 accompanying texinfo manual. Until then, please read the README file 549 accompanying texinfo manual. Until then, please read the README file
550 that came with the vhdl-mode distribution. 550 that came with the vhdl-mode distribution.
551 551
2591 (setq list (cdr list))))) 2591 (setq list (cdr list)))))
2592 2592
2593 2593
2594 ;; Defuns for submitting bug reports: 2594 ;; Defuns for submitting bug reports:
2595 2595
2596 (defconst vhdl-version "$Revision: 1.1 $" 2596 (defconst vhdl-version "$Revision: 1.2 $"
2597 "vhdl-mode version number.") 2597 "vhdl-mode version number.")
2598 (defconst vhdl-mode-help-address "rwhitby@asc.corp.mot.com" 2598 (defconst vhdl-mode-help-address "rwhitby@asc.corp.mot.com"
2599 "Address accepting submission of bug reports.") 2599 "Address accepting submission of bug reports.")
2600 2600
2601 (defun vhdl-version () 2601 (defun vhdl-version ()