Mercurial > emacs
diff etc/NEWS @ 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 | b30a0deacfdf |
line wrap: on
line diff
--- a/etc/NEWS Fri Jan 07 12:47:44 2011 +0200 +++ b/etc/NEWS Fri Jan 07 12:34:02 2011 -0500 @@ -662,6 +662,8 @@ * 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