Mercurial > emacs
comparison lisp/ChangeLog @ 112384:f5af01a13248
Give read-expression-history a doc.
* lisp/simple.el (read-expression-history): Remove, it's in minibuf.c.
* src/minibuf.c (syms_of_minibuf) <read-expression-history>:
Give it a doc string.
* src/globals.h: Add Vread_expression_history.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 19 Jan 2011 22:40:36 -0800 |
parents | aa1e27e3a554 |
children | 4ce9a7be0488 |
comparison
equal
deleted
inserted
replaced
112383:051c56a77c5c | 112384:f5af01a13248 |
---|---|
1 2011-01-20 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * simple.el (read-expression-history): Remove, it's in minibuf.c. | |
4 | |
1 2011-01-20 Chong Yidong <cyd@stupidchicken.com> | 5 2011-01-20 Chong Yidong <cyd@stupidchicken.com> |
2 | 6 |
3 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS. | 7 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS. |
4 | 8 |
5 * files.el (find-alternate-file, basic-save-buffer) | 9 * files.el (find-alternate-file, basic-save-buffer) |