emacs-devel
[Top][All Lists]
Advanced

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

Re: restore comint-dynamic-complete-functions as a local variable


From: Stefan
Subject: Re: restore comint-dynamic-complete-functions as a local variable
Date: Mon, 08 Nov 2004 09:57:08 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

> In Emacs 21.2, comint-dynamic-complete-functions was set to be 
> buffer-local using:

>   (make-local-hook 'comint-dynamic-complete-functions)

> In Emacs CVS this is no longer the case, since make-local-hook is
> obsolete.  It is still documented (line 304 of comint.el) as a buffer
> local variable, and yet it is no longer local.  Is this just an
> accidental omission, or something intentional?  I'd suggest it be
> buffer-local again - any objections?

What does it mean for it to be "buffer-local"?
Does anyone incorrectly set it with `setq' rather than `add-hook'?


        Stefan




reply via email to

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