]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Oct 2002 01:33:49 +0000 (01:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Oct 2002 01:33:49 +0000 (01:33 +0000)
lisp/ChangeLog
src/ChangeLog

index bab6efc2a7fe1b04ca67f7d4eda8b4279058999f..5f9a00323770ad561ce94acbd96097100565f31a 100644 (file)
@@ -1,3 +1,20 @@
+2002-10-13  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <schwab@suse.de>
 
        * dired.el (dired-insert-directory): When looking for existing
index b0c1d0b132d3e8f3d1a8ba93818250d3ba9b4fac..0363b6c6c8bb11939b5fa46d51c696aaa697e729 100644 (file)
@@ -1,3 +1,13 @@
+2002-10-13  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <rost@math.ohio-state.edu>
 
        * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in