# HG changeset patch # User Karl Heuer # Date 793952648 0 # Node ID c79a2dca8f7521dbd7df3d3e9d830d5d46632025 # Parent b8ea4de9a069b98f6707021d0bbe12cc6e1a5b4f (revert-buffer): Use current-prefix-arg, not prefix-arg. diff -r b8ea4de9a069 -r c79a2dca8f75 lisp/files.el --- 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))