From xemacs-m  Tue Feb 18 08:48:57 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA27516
	for <xemacs-beta@xemacs.org>; Tue, 18 Feb 1997 08:48:56 -0600 (CST)
Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id PAA27632; Tue, 18 Feb 1997 15:48:56 +0100
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA18190; Tue, 18 Feb 1997 15:48:54 +0100
Sender: sperber@informatik.uni-tuebingen.de
To: "Steven L. Baur" <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: [Jens Lautenbacher <jens@metrix.de>] patch to 19.15/b94 (efs)
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 18 Feb 1997 15:48:53 +0100
Message-Id: <y9lu3nayxt6.fsf@modas.informatik.uni-tuebingen.de>
Lines: 42
X-Mailer: Gnus v5.4.13/XEmacs 20.1


It just occurred to me:

Jens Lautenbacher sent this patch relative to 19.15b94:

*** default-dir.el	Sun Feb 16 22:06:56 1997
--- ../../../../src/xemacs-19.15-b94/lisp/efs/default-dir.el	Sun Feb 16 22:20:20 1997
***************
*** 52,58 ****
  Will use the variable default-directory-function if it non-nil."
    (if default-directory-function
        (funcall default-directory-function)
!     (if (eq default-dir-emacs-variant 'xemacs)
  	(abbreviate-file-name default-directory t)
        (abbreviate-file-name default-directory))))
  
--- 52,58 ----
  Will use the variable default-directory-function if it non-nil."
    (if default-directory-function
        (funcall default-directory-function)
!     (if (eq default-dir-emacs-version 'xemacs)
  	(abbreviate-file-name default-directory t)
        (abbreviate-file-name default-directory))))
  
This seems to indicate the default-dir.el in 19.15b94 (which I don't
have yet) contains the line

(defconst default-dir-emacs-version ...)
                            ^^^^^^^

whereas the one in 20.1b1 contains:

(defconst default-dir-emacs-variant ...)

Could it be that both versions are not in synch?  (The version in
20.1b1 is correct.)

Just checking, trying to prevent one more of those synching nightmares
when patchtime comes around ...

Cheers =8-} Mike

