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)))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to