Mercurial > emacs
annotate etc/FTP @ 94760:e087ad93ebd1
(verilog-type-font-keywords): Add leda and 0in
as pragma keywords.
(verilog-pretty-expr): Support lining up assignments which include
part selects.
(verilog-mode): More portable check for the availability of
hideshow support.
(verilog-do-indent): Remove special indent for declarations inside
a parenthetical list. The code is ill-advised, and doesn't work
given the new user defined types.
(verilog-set-auto-endcomments): Enhance function automatic
endcomment to support functions that return user defined types.
(verilog-mode): Add code to tell which-function-mode minor mode
that Verilog supports this feature.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 08 May 2008 13:44:16 +0000 |
parents | e06541128138 |
children |
rev | line source |
---|---|
77214
e06541128138
Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents:
75861
diff
changeset
|
1 For information about how to obtain GNU Emacs and other GNU software |
e06541128138
Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents:
75861
diff
changeset
|
2 by FTP, please see <http://www.gnu.org/order/ftp.html>. |
e06541128138
Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents:
75861
diff
changeset
|
3 |
e06541128138
Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents:
75861
diff
changeset
|
4 Information about Emacs is also available at |
e06541128138
Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents:
75861
diff
changeset
|
5 <http://www.gnu.org/software/emacs/>. |
e06541128138
Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents:
75861
diff
changeset
|
6 |