comparison lisp/ChangeLog @ 105025:bc7e96c6811f

(apropos-documentation-check-doc-file): Avoid assignment to free variable `doc'.
author Glenn Morris <rgm@gnu.org>
date Tue, 15 Sep 2009 02:37:28 +0000
parents 589ca5b7f8cc
children 8cbad31101f6
comparison
equal deleted inserted replaced
105024:3db1f3571655 105025:bc7e96c6811f
1 2009-09-15 Glenn Morris <rgm@gnu.org>
2
3 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4 free variable `doc'.
5
6 * dired.el (dired-mode-map): Add menu entry for async shell command.
7
8 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9 variables, also consider the .elc files, since the .el files are
10 normally gzipped (subsequent code locates the .el.gz from the .elc).
11
12 * calc/calc-prog.el (arglist): Define for compiler.
13
14 * calendar/diary-lib.el (diary-display-function): Change the default to
15 fancy display.
16 (body): Define for compiler.
17
18 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19 (byte-compile-file-form, byte-compile-lambda)
20 (byte-compile-top-level-body, byte-compile-form)
21 (byte-compile-variable-ref, byte-compile-setq)
22 (byte-compile-setq-default, byte-compile-body)
23 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
24 (batch-byte-compile): Give some more local variables with common names
25 a "bytecomp-" prefix to avoid masking warnings about free variables.
26
27 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
28 clever and add a suffix to make a unique name, just let the user decide
29 whether or not to overwrite it. If the input is a directory, write the
30 default filename to that directory. (Bug#4388)
31 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
32 is a filename-as-a-directory.
33
1 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca> 34 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2 35
3 * textmodes/page.el (what-page): Don't move to beginning of line. 36 * textmodes/page.el (what-page): Don't move to beginning of line.
4 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel. 37 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5 38