diff options
| author | Chong Yidong | 2011-01-07 12:34:02 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-07 12:34:02 -0500 |
| commit | 8c51d2a2c2dcae4e54a7e5aa7543a3ecb8d7d886 (patch) | |
| tree | 46b8e5d3a0becbf28e17c17ed3ae58208585dd3c /src/ChangeLog | |
| parent | 3162010355ae4934296cf3e4e7fcd20197e9887a (diff) | |
| download | emacs-8c51d2a2c2dcae4e54a7e5aa7543a3ecb8d7d886.tar.gz emacs-8c51d2a2c2dcae4e54a7e5aa7543a3ecb8d7d886.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 12768f3578b..7fb63964b6e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 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. |