1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2003-01-03 22:48:27 +00:00
parent 10893bb6b7
commit ce40a0e52a
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2003-01-04 Kim F. Storm <storm@cua.dk>
* simple.el (split-line): If present, copy fill-prefix from
current line to new line. Don't copy if prefix arg.
From Lisp, arg may be an alternative prefix string to copy.
Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
* mail/sendmail.el (mail-split-line): New function.
(mail-mode-map): remap split-line to mail-split-line.
2003-01-03 Dave Love <fx@gnu.org>
* international/mule-cmds.el (sort-coding-systems): Adjust

View file

@ -1,3 +1,8 @@
2003-01-04 Kim F. Storm <storm@cua.dk>
* message.el (message-split-line): New function.
(message-mode-map): Remap split-line to message-split-line.
2002-11-29 ShengHuo ZHU <zsh@cs.rochester.edu>
* smiley-ems.el (gnus-smiley-display): Typo.