2004-11-20 Richard M. Stallman <rms@gnu.org>
+ * emacs-lisp/bytecomp.el (byte-compile-form):
+ Move the calls to byte-compile-set-symbol-position,
+ to avoid having two for the same symbol occurrence.
+
* comint.el (comint-input-ring-size): Increase to 150.
* hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2004-11-20 Richard M. Stallman <rms@gnu.org>
+ * Makefile.in (elisp): New target.
+ (dist): Depend on $(infodir)/elisp, not elisp.
+ Copy the info files from $(infodir).
+
* minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
read-from-minibuffer.
+2004-11-20 Richard M. Stallman <rms@gnu.org>
+
+ * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
+
2004-11-09 Lars Brinkhoff <lars@nocrew.org>
* building.texi (Lisp Eval): Delete hyphen in section name.
-2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
+2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuf.c (Fminibuffer_complete_and_exit):
Fixup the case of the completed value, for case-indep completion.
2004-11-20 Richard M. Stallman <rms@gnu.org>
+ * lisp.h (Fread_from_minibuffer): Add arg in decl.
+
* minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
(Fread_from_minibuffer): New ark KEEP_ALL. Callers changed.