comparison src/ChangeLog @ 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 4d90cea362a3
children 051c56a77c5c
comparison
equal deleted inserted replaced
112379:b14f98859016 112380:aa1e27e3a554
1 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
2
3 * fns.c (Fyes_or_no_p): Revert 2011-01-07 change, removing ARGS.
4
1 2011-01-19 Paul Eggert <eggert@cs.ucla.edu> 5 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Fix X11 compilation failure. 7 Fix X11 compilation failure.
4 * globals.h (struct emacs_globals): Document f_Vselection_alist. 8 * globals.h (struct emacs_globals): Document f_Vselection_alist.
5 * xselect.c (Vselection_alist): Remove declaration, moving its 9 * xselect.c (Vselection_alist): Remove declaration, moving its