Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5842:9e5f3a0d4e66
Add `noerror' optional argument to `live-move'.
2014-12-31 Michael Sperber <mike@xemacs.org>
* simple.el (line-move): Add `noerror' optional argument, as in
GNU Emacs.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Sat, 03 Jan 2015 16:24:56 +0100 |
parents | a3234d587dc2 |
children | ccb0cff115d2 750fab17b299 |
comparison
equal
deleted
inserted
replaced
5841:bf1e13811159 | 5842:9e5f3a0d4e66 |
---|---|
1 2014-12-31 Michael Sperber <mike@xemacs.org> | |
2 | |
3 * simple.el (line-move): Add `noerror' optional argument, as in | |
4 GNU Emacs. | |
5 | |
1 2014-11-10 Michael Sperber <mike@xemacs.org> | 6 2014-11-10 Michael Sperber <mike@xemacs.org> |
2 | 7 |
3 * custom.el (custom-add-package-version): The car of a | 8 * custom.el (custom-add-package-version): The car of a |
4 :package-version is a symbol, not a string. | 9 :package-version is a symbol, not a string. |
5 | 10 |