Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4681:64ac4337298b
Implement turn-off-auto-fill.
simple.el (turn-off-auto-fill): Sync from FSF 21.4.
author | Malcolm Purvis <malcolmp@xemacs.org> |
---|---|
date | Wed, 19 Aug 2009 23:06:32 +1000 |
parents | 891381effa11 |
children | 0cc9d22c3732 |
comparison
equal
deleted
inserted
replaced
4680:891381effa11 | 4681:64ac4337298b |
---|---|
1 2009-08-19 Malcolm Purvis <malcolmp@xemacs.org> | |
2 | |
3 * simple.el: | |
4 * simple.el (turn-off-auto-fill): Sync from FSF 21.4. | |
5 | |
1 2009-08-18 Aidan Kehoe <kehoea@parhasard.net> | 6 2009-08-18 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * simple.el (handle-pre-motion-command-current-command-is-motion): | 8 * simple.el (handle-pre-motion-command-current-command-is-motion): |
4 Replace mapc + #'(lambda ...) with dolist, eliminating 781 | 9 Replace mapc + #'(lambda ...) with dolist, eliminating 781 |
5 funcalls at XEmacs startup and decreasing GC a little. | 10 funcalls at XEmacs startup and decreasing GC a little. |