emacs-devel
[Top][All Lists]
Advanced

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

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


From: Stephen Eglen
Subject: restore comint-dynamic-complete-functions as a local variable
Date: Sat, 6 Nov 2004 17:12:19 +0000

Hi,

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?

The relevant change log entry is:

revision 1.251
date: 2001/11/16 14:22:03;  author: monnier;  state: Exp;  lines: +6 -16
(comint-mode): Simplify.
(make-comint-in-buffer): Run `comint-mode' only if necessary.


Thanks, Stephen




reply via email to

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