changeset 15728:fb60ef923bb5

(vip-get-filenames-from-buffer): Add &optional.
author Karl Heuer <kwzh@gnu.org>
date Wed, 17 Jul 1996 21:13:24 +0000
parents 6c3657019286
children 612faf2943db
files lisp/emulation/viper-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/viper-util.el	Wed Jul 17 21:09:42 1996 +0000
+++ b/lisp/emulation/viper-util.el	Wed Jul 17 21:13:24 1996 +0000
@@ -478,7 +478,7 @@
 ;; return a list of file names listed in the buffer beginning at point
 ;; If optional arg is supplied, assume each filename is listed on a separate
 ;; line
-(defun vip-get-filenames-from-buffer (one-per-line)
+(defun vip-get-filenames-from-buffer (&optional one-per-line)
   (let ((skip-chars (if one-per-line "\t\n" " \t\n"))
 	 result fname delim)
     (skip-chars-forward skip-chars)