From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: bug fix for files.el change 1.633 (dired-directory not defined) Date: Wed, 12 Feb 2003 10:26:35 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030212102619.C790.LEKTU@terra.es> References: <15945.64871.469361.375781@hkn.eecs.berkeley.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045042026 28239 80.91.224.249 (12 Feb 2003 09:27:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Feb 2003 09:27:06 +0000 (UTC) Cc: Emacs Developement List Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18itAR-0007Kt-00 for ; Wed, 12 Feb 2003 10:26:59 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18itML-0005Gn-00 for ; Wed, 12 Feb 2003 10:39:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18itCA-0004aH-07 for emacs-devel@quimby.gnus.org; Wed, 12 Feb 2003 04:28:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18itBD-0003LT-00 for emacs-devel@gnu.org; Wed, 12 Feb 2003 04:27:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18itAn-00033z-00 for emacs-devel@gnu.org; Wed, 12 Feb 2003 04:27:21 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18itA6-0002oI-00 for emacs-devel@gnu.org; Wed, 12 Feb 2003 04:26:38 -0500 Original-Received: from [62.22.27.143] (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id h1C9QZm24334; Wed, 12 Feb 2003 10:26:35 +0100 Original-To: quarl@quarl.org In-Reply-To: <15945.64871.469361.375781@hkn.eecs.berkeley.edu> X-Mailer: Becky! ver. 2.05.08 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11584 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11584 On Tue, 11 Feb 2003 23:53:11 -0800, Karl Chen wrote: > The recent change to files.el breaks `find-alternate-file' until dired.el is > loaded. It uses the variable `dired-directory' which is defined only in > dired.el. This patch below fixes it. Applied, thanks. /L/e/k/t/u