Merge from vendor branch TNF:
[pkgsrcv2.git] / cad / verilog-mode / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.2 2002/09/12 19:37:07 wiz Exp $
3
4 You will need to add something like the following to your .emacs.el (or
5 default.el) file to autoload Verilog mode for Emacs.
6
7 (setq auto-mode-alist
8       (append auto-mode-alist
9               '(("\\.v$"  . verilog-mode))))
10 (autoload 'verilog-mode "verilog-mode"
11   "Major mode for editing Verilog HDL sources." t)
12
13 ===========================================================================