comparison etc/NEWS @ 112380:aa1e27e3a554

Revert changes adding format args to yes-or-no-p and y-or-n-p. See discussion on emacs-devel at http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00388.html * src/fns.c (Fyes_or_no_p): Revert 2011-01-07 change, removing ARGS. * lisp/subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS. * lisp/files.el (find-alternate-file, basic-save-buffer) (basic-save-buffer-2, revert-buffer, recover-file) (kill-buffer-ask, abort-if-file-too-large) (set-visited-file-name, write-file, backup-buffer) (basic-save-buffer, save-some-buffers): * lisp/dired-aux.el (dired-compress-file): Callers changed.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 19 Jan 2011 21:55:36 -0500
parents eb41c4d6654d
children bc872de587fa
comparison
equal deleted inserted replaced
112379:b14f98859016 112380:aa1e27e3a554
686 * Lisp changes in Emacs 24.1 686 * Lisp changes in Emacs 24.1
687 687
688 ** New function `read-char-choice' reads a restricted set of characters, 688 ** New function `read-char-choice' reads a restricted set of characters,
689 discarding any inputs not inside the set. 689 discarding any inputs not inside the set.
690 690
691 ** `y-or-n-p' and `yes-or-no-p' now accept format string arguments.
692
693 ** `image-library-alist' is renamed to `dynamic-library-alist'. 691 ** `image-library-alist' is renamed to `dynamic-library-alist'.
694 The variable is now used to load all kind of supported dynamic libraries, 692 The variable is now used to load all kind of supported dynamic libraries,
695 not just image libraries. The previous name is still available as an 693 not just image libraries. The previous name is still available as an
696 obsolete alias. 694 obsolete alias.
697 695