Mercurial > emacs
comparison src/ChangeLog @ 112139:8d03223bf479
Allow format args for y-or-n-p and yes-or-no-p.
* lisp/subr.el (y-or-n-p): Accept format string args.
* src/fns.c (Fyes_or_no_p): Accept format string args.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 07 Jan 2011 12:34:02 -0500 |
parents | 4ef5cb86f2e8 |
children | f87a5809d0c2 |
comparison
equal
deleted
inserted
replaced
112137:151a90b20289 | 112139:8d03223bf479 |
---|---|
1 2011-01-07 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * fns.c (Fyes_or_no_p): Accept format string args. | |
4 | |
1 2011-01-07 Glenn Morris <rgm@gnu.org> | 5 2011-01-07 Glenn Morris <rgm@gnu.org> |
2 | 6 |
3 * emacs.c (no_site_lisp): New int. | 7 * emacs.c (no_site_lisp): New int. |
4 (USAGE1): Add --no-site-lisp, mention -Q uses it. | 8 (USAGE1): Add --no-site-lisp, mention -Q uses it. |
5 (main): Set no_site_lisp. | 9 (main): Set no_site_lisp. |