Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b7d1f38f
Commit
b7d1f38f
authored
Jun 20, 2005
by
Kim F. Storm
Browse files
*** empty log message ***
parent
ef1eef06
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lispref/ChangeLog
lispref/ChangeLog
+3
-0
src/ChangeLog
src/ChangeLog
+5
-1
No files found.
lisp/ChangeLog
View file @
b7d1f38f
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.
...
...
lispref/ChangeLog
View file @
b7d1f38f
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>
...
...
src/ChangeLog
View file @
b7d1f38f
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment