Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 2136:9d6ec778e1e8
[xemacs-hg @ 2004-06-17 03:08:28 by james]
Fix setf of a substring when start is negative.
author | james |
---|---|
date | Thu, 17 Jun 2004 03:08:28 +0000 |
parents | e6d43c299b9c |
children | 67e24d0cc80f |
comparison
equal
deleted
inserted
replaced
2135:e6d43c299b9c | 2136:9d6ec778e1e8 |
---|---|
1 2004-06-16 Jerry James <james@xemacs.org> | |
2 | |
3 * cl.el (cl-set-substring): Increment start by the length of the | |
4 string, not the string itself. | |
5 | |
1 2004-06-07 Jerry James <james@xemacs.org> | 6 2004-06-07 Jerry James <james@xemacs.org> |
2 | 7 |
3 * derived.el: Synch with Emacs 21.3. | 8 * derived.el: Synch with Emacs 21.3. |
4 * subr.el (with-local-quit): New, from Emacs 21.3. | 9 * subr.el (with-local-quit): New, from Emacs 21.3. |
5 * subr.el (delayed-mode-hooks): New variable, from Emacs 21.3. | 10 * subr.el (delayed-mode-hooks): New variable, from Emacs 21.3. |