]> git.eshelyaron.com Git - emacs.git/commitdiff
(filesets-run-cmd--repl-fn): Use shell-quote-argument.
authorKim F. Storm <storm@cua.dk>
Sat, 14 Oct 2006 23:25:55 +0000 (23:25 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 14 Oct 2006 23:25:55 +0000 (23:25 +0000)
lisp/filesets.el

index 6e6ffc3add0d11429a1dd8dc877f3c42c4ebf7cb..355c39f8ed743165e1442f6fcc2928f3c3597b54 100644 (file)
@@ -1603,7 +1603,7 @@ Replace <file-name> or <<file-name>> with filename."
                      ((equal arg "<file-name>")
                       (buffer-file-name))
                      ((equal arg "<<file-name>>")
-                      (filesets-quote (buffer-file-name)))
+                      (shell-quote-argument (buffer-file-name)))
                      (t
                       arg))))