diff lisp/files.el @ 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 ad3b83f7dadb
children 218400c0a4a7
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))