comparison lisp/ChangeLog @ 55636:c2f8040b4ece

(common-lisp-indent-function-1): Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
author Sam Steingold <sds@gnu.org>
date Mon, 17 May 2004 17:00:00 +0000
parents a3d732209a1e
children 2ce0322ec64d
comparison
equal deleted inserted replaced
55635:333119854d83 55636:c2f8040b4ece
1 2004-05-17 Sam Steingold <sds@gnu.org>
2
3 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): Indent
4 "without-" forms just like "with-" and "do-". Use regexp-opt.
5
1 2004-05-16 Kim F. Storm <storm@cua.dk> 6 2004-05-16 Kim F. Storm <storm@cua.dk>
2 7
3 * emacs-lisp/timer.el (timer-event-handler): Fix last change. 8 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4 9
5 2004-05-15 John Wiegley <johnw@newartisans.com> 10 2004-05-15 John Wiegley <johnw@newartisans.com>