all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Chong Yidong" <cyd@stupidchicken.com>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Thu, 13 Nov 2008 17:08:34 +0100	[thread overview]
Message-ID: <f7ccd24b0811130808p602857a5r1a687e131cdd18f0@mail.gmail.com> (raw)
In-Reply-To: <E1L0dx8-0003sL-6e@cvs.savannah.gnu.org>

On Thu, Nov 13, 2008 at 16:17, Chong Yidong <cyd@stupidchicken.com> wrote:

> @@ -3209,8 +3216,9 @@
>  If the file is in a registered project, a cons from
>  `project-directory-alist' is returned.
>  Otherwise this returns nil."
> +  (when project-settings-file
>   (setq file (expand-file-name file))
> -  (let* ((settings (locate-dominating-file file ".dir-settings.el"))
> +    (let* ((settings (locate-dominating-file file project-settings-file))
>          (pda nil))
>     ;; `locate-dominating-file' may have abbreviated the name.
>     (if settings (setq settings (expand-file-name ".dir-settings.el" settings)))

Shouldn't that last line use `project-settings-file' too?

  Juanma




       reply	other threads:[~2008-11-13 16:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1L0dx8-0003sL-6e@cvs.savannah.gnu.org>
2008-11-13 16:08 ` Juanma Barranquero [this message]
2008-11-13 17:06   ` [Emacs-diffs] Changes to emacs/lisp/files.el,v Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7ccd24b0811130808p602857a5r1a687e131cdd18f0@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.