emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] Changes to emacs/lisp/files.el,v


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Thu, 13 Nov 2008 17:08:34 +0100

On Thu, Nov 13, 2008 at 16:17, Chong Yidong <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]