Index: emacs/lisp/eshell/esh-arg.el
diff -c emacs/lisp/eshell/esh-arg.el:1.9 emacs/lisp/eshell/esh-arg.el:1.10
*** emacs/lisp/eshell/esh-arg.el:1.9    Mon Aug  1 15:04:33 2005
--- emacs/lisp/eshell/esh-arg.el        Fri Aug 26 22:35:48 2005
***************
*** 342,349 ****
            (save-restriction
              (forward-char)
              (narrow-to-region (point) end)
!             (list 'eshell-escape-arg
!                   (eshell-parse-argument)))
          (goto-char (1+ end)))))))
  
  (defun eshell-parse-special-reference ()
--- 342,351 ----
            (save-restriction
              (forward-char)
              (narrow-to-region (point) end)
!             (let ((arg (eshell-parse-argument)))
!               (if (eq arg nil)
!                   ""
!                 (list 'eshell-escape-arg arg))))
          (goto-char (1+ end)))))))
  
  (defun eshell-parse-special-reference ()


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to