~ubuntu-branches/debian/squeeze/ecb/squeeze

« back to all changes in this revision

Viewing changes to ecb-eshell.el

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-09-01 22:15:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040901221518-0jfdt2apb2rj69ey
Tags: 2.27-1
And include latest Upstream too...

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
;; GNU Emacs; see the file COPYING.  If not, write to the Free Software
27
27
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28
28
 
29
 
;; $Id: ecb-eshell.el,v 1.72 2003/12/09 16:47:57 berndl Exp $
 
29
;; $Id: ecb-eshell.el,v 1.73 2004/05/06 09:02:08 berndl Exp $
30
30
 
31
31
;;; Commentary:
32
32
 
243
243
      (when (and (bufferp my-eshell-buffer)
244
244
                 (stringp my-reference-directory)
245
245
                 (stringp my-eshell-directory)
246
 
                 (not (string-equal (ecb-fix-filename my-reference-directory)
247
 
                                    (ecb-fix-filename my-eshell-directory))))
 
246
                 (not (ecb-string= (ecb-fix-filename my-reference-directory)
 
247
                                   (ecb-fix-filename my-eshell-directory))))
248
248
        (ecb-eshell-save-buffer-history
249
249
         (save-excursion
250
250
           (set-buffer my-eshell-buffer)