aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-01-07 12:34:02 -0500
committerChong Yidong2011-01-07 12:34:02 -0500
commit8c51d2a2c2dcae4e54a7e5aa7543a3ecb8d7d886 (patch)
tree46b8e5d3a0becbf28e17c17ed3ae58208585dd3c /etc
parent3162010355ae4934296cf3e4e7fcd20197e9887a (diff)
downloademacs-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 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b55820dac0d..fdc066870ef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -662,6 +662,8 @@ sc.el, x-menu.el, rnews.el, rnewspost.el
662 662
663* Lisp changes in Emacs 24.1 663* Lisp changes in Emacs 24.1
664 664
665** `y-or-n-p' and `yes-or-no-p' now accept format string arguments.
666
665** `image-library-alist' is renamed to `dynamic-library-alist'. 667** `image-library-alist' is renamed to `dynamic-library-alist'.
666The variable is now used to load all kind of supported dynamic libraries, 668The variable is now used to load all kind of supported dynamic libraries,
667not just image libraries. The previous name is still available as an 669not just image libraries. The previous name is still available as an