unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] Changes to emacs/lisp/files.el,v
       [not found] <E1L0dx8-0003sL-6e@cvs.savannah.gnu.org>
@ 2008-11-13 16:08 ` Juanma Barranquero
  2008-11-13 17:06   ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2008-11-13 16:08 UTC (permalink / raw)
  To: Chong Yidong; +Cc: Emacs Devel

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Emacs-diffs] Changes to emacs/lisp/files.el,v
  2008-11-13 16:08 ` [Emacs-diffs] Changes to emacs/lisp/files.el,v Juanma Barranquero
@ 2008-11-13 17:06   ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2008-11-13 17:06 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: Emacs Devel

"Juanma Barranquero" <lekktu@gmail.com> writes:

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

Yeah, thanks for the catch.  I've corrected it in CVS.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-13 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1L0dx8-0003sL-6e@cvs.savannah.gnu.org>
2008-11-13 16:08 ` [Emacs-diffs] Changes to emacs/lisp/files.el,v Juanma Barranquero
2008-11-13 17:06   ` Chong Yidong

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).