# HG changeset patch # User Richard M. Stallman # Date 1034559229 0 # Node ID e86bf751b5953e1669743f7ed54396efa88010f0 # Parent 10e55e51ecdccfa3b23d4fb54bac7fd14b693e6f *** empty log message *** diff -r 10e55e51ecdc -r e86bf751b595 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 14 01:33:40 2002 +0000 +++ b/lisp/ChangeLog Mon Oct 14 01:33:49 2002 +0000 @@ -1,3 +1,20 @@ +2002-10-13 Richard M. Stallman + + * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): + Treat `ignore' specially--prevent warnings about functions + called for effect, in its args. + Don't warn when `pop' is used for effect. + + * emacs-lisp/autoload.el (autoload-print-form): Cleanup. + + * uniquify.el (uniquify-get-proposed-name): + Don't use directory-sep-char. + + * thingatpt.el (read-from-whole-string): Add call to `ignore'. + + * find-file.el (ff-related-file-alist): New alias. + (ff-find-related-file): New alias. + 2002-10-13 Andreas Schwab * dired.el (dired-insert-directory): When looking for existing diff -r 10e55e51ecdc -r e86bf751b595 src/ChangeLog --- a/src/ChangeLog Mon Oct 14 01:33:40 2002 +0000 +++ b/src/ChangeLog Mon Oct 14 01:33:49 2002 +0000 @@ -1,3 +1,13 @@ +2002-10-13 Richard M. Stallman + + * window.c (window_scroll): Set immediate_quit. + + * print.c (print): When backquote form is the car of a list, + output in old style. Use old_backquote_output to output all + comma forms inside it in old style too. + + * buffer.h (struct buffer): Move `undo_list' down below `name'. + 2002-10-11 Markus Rost * emacs.c (syms_of_emacs) : Doc fix (not run in