Mercurial > emacs
changeset 63606:d8676b0b6ab9
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 20 Jun 2005 21:44:38 +0000 |
parents | 99743da5284f |
children | 443baf51aba7 |
files | lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 20 21:41:34 2005 +0000 +++ b/lisp/ChangeLog Mon Jun 20 21:44:38 2005 +0000 @@ -1,3 +1,7 @@ +2005-06-20 Kim F. Storm <storm@cua.dk> + + * subr.el (add-to-ordered-list): Test membership with eq. Simplify. + 2005-06-20 Miles Bader <miles@gnu.org> * faces.el (vertical-divider): New face.
--- a/lispref/ChangeLog Mon Jun 20 21:41:34 2005 +0000 +++ b/lispref/ChangeLog Mon Jun 20 21:44:38 2005 +0000 @@ -1,5 +1,8 @@ 2005-06-20 Kim F. Storm <storm@cua.dk> + * variables.texi (Setting Variables): Any type of element can be + given order in add-to-ordered-list. Compare elements with eq. + * lists.texi (Rearrangement): Sort predicate may just return non-nil. 2005-06-20 Karl Berry <karl@gnu.org>
--- a/src/ChangeLog Mon Jun 20 21:41:34 2005 +0000 +++ b/src/ChangeLog Mon Jun 20 21:44:38 2005 +0000 @@ -1,3 +1,7 @@ +2005-06-20 Kim F. Storm <storm@cua.dk> + + * fns.c (Fsort): Doc fix. + 2005-06-20 Miles Bader <miles@gnu.org> * xfaces.c (Qvertical_divider): New variable. @@ -17,7 +21,7 @@ * term.c (produce_special_glyphs): Use spec_glyph_lookup_face. (Ftty_no_underline): New function. (syms_of_term): defsubr it. - + * keyboard.c (read_char): Call restore_getcjmp after jump occurs. * dispnew.c (spec_glyph_lookup_face): New function.