aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-02-01 03:12:44 +0000
committerDan Nicolaescu2008-02-01 03:12:44 +0000
commitf07fe1842488b9ca0537f461c840efedde7b6c72 (patch)
tree476395520d793fa58b56c093adc41bf75ee4f6ee /lisp/ChangeLog
parent0acdaf8df50ab7c7ce9836e1246a4214a00e7c8f (diff)
downloademacs-f07fe1842488b9ca0537f461c840efedde7b6c72.tar.gz
emacs-f07fe1842488b9ca0537f461c840efedde7b6c72.zip
(verilog-sk-prompt-msb)
(verilog-sk-module, verilog-sk-function, verilog-sk-begin) (verilog-sk-if, verilog-sk-wire, verilog-sk-for) (verilog-sk-state-machine): Quote all calls to "auxiliary skeleton"s to prevent infloops.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8537c0fbdb1..f0ce703f601 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
4 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
5 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
6 (verilog-sk-state-machine): Quote all calls to
7 "auxiliary skeleton"s to prevent infloops.
8
12008-01-31 Jason Rumney <jasonr@gnu.org> 92008-01-31 Jason Rumney <jasonr@gnu.org>
2 10
3 * w32-fns.el: Partially revert 2007-11-10 change. 11 * w32-fns.el: Partially revert 2007-11-10 change.