emacs-devel
[Top][All Lists]
Advanced

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

Re: Incompatible change without "warning"


From: Kevin Rodgers
Subject: Re: Incompatible change without "warning"
Date: Tue, 19 Apr 2005 16:10:41 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Stefan Monnier wrote:
How about adding an optional argument to defvaralias so that:

(defvaralias 'tooltip-use-echo-area 'tooltip-gud-echo-area)
(make-obsolete-variable 'tooltip-use-echo-area 'tooltip-gud-echo-area "22.1")

can be written as:

(defvaralias 'tooltip-use-echo-area 'tooltip-gud-echo-area nil "22.1")

I'd prefer to define the same `define-obsolete-variable-alias' macro as used
in XEmacs.

I like the way (defobvaralias ...) rolls off the tongue... it sounds like I can speak German!

--
Kevin Rodgers





reply via email to

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