# HG changeset patch # User John Paul Wallington # Date 1046704381 0 # Node ID e6b3933a36f6af43347e6095905d3f914967153d # Parent d19b54decc239c5d50c3e12c9e152bac9d74a5cc *** empty log message *** diff -r d19b54decc23 -r e6b3933a36f6 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 03 15:11:05 2003 +0000 +++ b/lisp/ChangeLog Mon Mar 03 15:13:01 2003 +0000 @@ -1,3 +1,9 @@ +2003-03-03 John Paul Wallington + + * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of + `gensym' in case user calls macro at runtime. + (ibuffer-save-marks): Likewise. + 2003-03-03 Kenichi Handa * language/japan-util.el (japanese-symbol-table): Add two entries @@ -18,14 +24,14 @@ that first docstring lines ending with a comma are respected. Add "`(" to same so that function and macro bodies beginning with a backquote do not get disturbed. Revise the comments. - + 2003-03-01 Jan Dj,Ad(Brv * startup.el (command-line): Call menu-bar-mode with 1 instead of t. * menu-bar.el (menu-bar-mode): Change to define-minor-mode and initialize as for tool-bar-mode. - + 2003-02-28 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.30 released.