Mercurial > emacs
changeset 10847:c79a2dca8f75
(revert-buffer): Use current-prefix-arg, not prefix-arg.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 28 Feb 1995 06:24:08 +0000 |
parents | b8ea4de9a069 |
children | e591f74ac16e |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue Feb 28 05:26:35 1995 +0000 +++ b/lisp/files.el Tue Feb 28 06:24:08 1995 +0000 @@ -1933,7 +1933,7 @@ ;; there's no straightforward way to encourage authors to notice a ;; reversal of the argument sense. So I'm just changing the user ;; interface, but leaving the programmatic interface the same. - (interactive (list (not prefix-arg))) + (interactive (list (not current-prefix-arg))) (if revert-buffer-function (funcall revert-buffer-function ignore-auto noconfirm) (let* ((opoint (point))