*** empty log message ***

This commit is contained in:
Juanma Barranquero 2006-11-12 05:38:32 +00:00
parent cd7320d479
commit 947129a2be
2 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2006-11-12 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
nil in the *RE-Builder* buffer (it causes spurious error messages).
* server.el (server-visit-files): If `minibuffer-auto-raise' has
been set to t, respect it.
2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
* progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.

View file

@ -1,3 +1,12 @@
2006-11-12 Juanma Barranquero <lekktu@gmail.com>
* category.c (Fchar_category_set): Improve arg/docstring consistency.
* data.c (Flogxor):
* fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes)
(Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence)
(Fstring_make_unibyte): Fix typos in docstrings.
2006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xterm.h (struct x_display_info): Fix indentation.