summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-01-07 12:34:02 -0500
committerChong Yidong <cyd@stupidchicken.com>2011-01-07 12:34:02 -0500
commit93a8aacd371bb57f931bb2f45da2eb4b5839a799 (patch)
tree79a4ac0487cc36860dd8791bed7581518eb242ab /etc
parent03cb2511ce692ec87fd60eeb0f7194eb9d501a8d (diff)
downloademacs-93a8aacd371bb57f931bb2f45da2eb4b5839a799.tar.gz
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
* Lisp changes in Emacs 24.1
+** `y-or-n-p' and `yes-or-no-p' now accept format string arguments.
+
** `image-library-alist' is renamed to `dynamic-library-alist'.
The variable is now used to load all kind of supported dynamic libraries,
not just image libraries. The previous name is still available as an