emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/viper-ex.el,v


From: Michael Kifer
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/viper-ex.el,v
Date: Mon, 23 Oct 2006 19:20:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Kifer <kifer>   06/10/23 19:20:15

Index: lisp/emulation/viper-ex.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emulation/viper-ex.el,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- lisp/emulation/viper-ex.el  25 Aug 2006 16:06:57 -0000      1.58
+++ lisp/emulation/viper-ex.el  23 Oct 2006 19:20:15 -0000      1.59
@@ -1624,7 +1624,8 @@
        (progn
          (setq command
                ;; replace # and % with the previous/current file
-               (ex-expand-filsyms (concat ex-file ex-cmdfile-args)
+               (ex-expand-filsyms
+                (concat (shell-quote-argument ex-file) ex-cmdfile-args)
                                   (current-buffer)))
          (shell-command command t))
       (insert-file-contents ex-file)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]