changeset 13576:38c6a718abb8

(next-file): Make interactive arg t if had any prefix arg.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Nov 1995 22:27:47 +0000
parents 197015b859ab
children d88cdc4a0cfe
files lisp/progmodes/etags.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Fri Nov 17 17:40:02 1995 +0000
+++ b/lisp/progmodes/etags.el	Fri Nov 17 22:27:47 1995 +0000
@@ -1248,7 +1248,8 @@
 
 Value is nil if the file was already visited;
 if the file was newly read in, the value is the filename."
-  (interactive "P")
+  ;; Make the interactive arg t if there was any prefix arg.
+  (interactive (list (if current-prefix-arg t)))
   (cond ((not initialize)
 	 ;; Not the first run.
 	 )