emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ibuf-ext.el,v


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-ext.el,v
Date: Sun, 07 Sep 2008 15:39:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     John Paul Wallington <jpw>      08/09/07 15:39:05

Index: ibuf-ext.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ibuf-ext.el,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- ibuf-ext.el 10 Aug 2008 03:43:47 -0000      1.73
+++ ibuf-ext.el 7 Sep 2008 15:39:05 -0000       1.74
@@ -1337,7 +1337,7 @@
                       ;; Use explicitly specified switches
                       ,@(if (listp switches) switches (list switches))
                       ,@(if (or old new)
-                            (list "-L" old
+                            (list "-L" (shell-quote-argument old)
                                   "-L" (shell-quote-argument
                                         (format "Buffer %s" (buffer-name 
buffer)))))
                       ,(shell-quote-argument (or oldtmp old))




reply via email to

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