emacs-devel
[Top][All Lists]
Advanced

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

Re: find-tag-default


From: Kevin Rodgers
Subject: Re: find-tag-default
Date: Wed, 19 May 2004 12:35:43 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Juri Linkov wrote:
> Richard Stallman <address@hidden> writes:
>>It might make sense to move find-tag-default, but if we think it
>>is no longer specifically about tags, we should change its name.
>>Suggestions for the new name?
>
> It seems it can't be renamed because usually it is used in conjunction
> with the variable `find-tag-default-function' which is already used
> for purposes not related to the tags functionality.
>
> A typical example is:
>
>         (funcall (or find-tag-default-function
>                      (get major-mode 'find-tag-default-function)
>                      'find-tag-default))

(defalias 'find-tag-default 'the-new-name)

--
Kevin Rodgers






reply via email to

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