# HG changeset patch # User Richard M. Stallman # Date 1193392469 0 # Node ID 6dd46bcf6f01c951b056fb17cd26b8679ff72615 # Parent 4516d805659c8fd789531c308c6838170db49049 *** empty log message *** diff -r 4516d805659c -r 6dd46bcf6f01 lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 26 09:54:19 2007 +0000 +++ b/lisp/ChangeLog Fri Oct 26 09:54:29 2007 +0000 @@ -1,3 +1,18 @@ +2007-10-26 Richard Stallman + + * isearch-multi.el (isearch-buffers-multi): New option. + (isearch-buffers-search-fun): Test it. + + * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding. + Put ps-run-clear on C-c C-l. + + * newcomment.el (comment-styles): New style indent-or-triple. + (comment-style): Make that the default. + (comment-add defvar): Doc fix. + (comment-add): Delete arg EXTRA. + (comment-region-default): Open code call to comment-add. + Handle indent-or-triple style which uses `multi-char' for INDENT. + 2007-10-26 Juanma Barranquero * eshell/em-unix.el (nil-blank-string): Doc fix.