]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 20 Jun 2005 21:44:38 +0000 (21:44 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 20 Jun 2005 21:44:38 +0000 (21:44 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index b8db2144aac0496fd8c1d3bb4b3b33a4b3d59e97..45d7ccdca022ac6baadfaa9c373d3b2814fbb0be 100644 (file)
@@ -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.
index aae18d542fabc03a272e92f8b6546912794a115e..e84463292e5024d746d1de71da26bf05677fc6c0 100644 (file)
@@ -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>
index ab060453f6406c45398e634c47c6e35ad6edc268..a653291224687f953b5b56f3de5c492377c09767 100644 (file)
@@ -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.