[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el
From: |
Colin Walters |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el |
Date: |
Thu, 28 Feb 2002 20:47:36 -0500 |
Index: emacs/lisp/eshell/esh-var.el
diff -c emacs/lisp/eshell/esh-var.el:1.7 emacs/lisp/eshell/esh-var.el:1.8
*** emacs/lisp/eshell/esh-var.el:1.7 Sat Feb 16 04:44:00 2002
--- emacs/lisp/eshell/esh-var.el Thu Feb 28 20:47:35 2002
***************
*** 427,433 ****
(let ((end (eshell-find-delimiter ?\< ?\>)))
(if (not end)
(throw 'eshell-incomplete ?\<)
! (let* ((temp (make-temp-name temporary-file-directory))
(cmd (concat (buffer-substring (1+ (point)) end)
" > " temp)))
(prog1
--- 427,433 ----
(let ((end (eshell-find-delimiter ?\< ?\>)))
(if (not end)
(throw 'eshell-incomplete ?\<)
! (let* ((temp (make-temp-file temporary-file-directory))
(cmd (concat (buffer-substring (1+ (point)) end)
" > " temp)))
(prog1