emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el
Date: Tue, 14 Jun 2005 07:33:56 -0400

Index: emacs/lisp/eshell/esh-var.el
diff -c emacs/lisp/eshell/esh-var.el:1.14 emacs/lisp/eshell/esh-var.el:1.15
*** emacs/lisp/eshell/esh-var.el:1.14   Tue May 31 00:14:25 2005
--- emacs/lisp/eshell/esh-var.el        Tue Jun 14 11:33:54 2005
***************
*** 297,303 ****
    nil)
  
  (defun eshell/export (&rest sets)
!   "This alias allows the 'export' command to act as bash users expect."
    (while sets
      (if (and (stringp (car sets))
             (string-match "^\\([^=]+\\)=\\(.*\\)" (car sets)))
--- 297,303 ----
    nil)
  
  (defun eshell/export (&rest sets)
!   "This alias allows the `export' command to act as bash users expect."
    (while sets
      (if (and (stringp (car sets))
             (string-match "^\\([^=]+\\)=\\(.*\\)" (car sets)))




reply via email to

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