bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#4706: customize and aliaes


From: Glenn Morris
Subject: bug#4706: customize and aliaes
Date: Fri, 16 Oct 2009 02:48:39 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

submitter 4706 rgm@gnu.org
severity 4706 minor
stop

Fixed for aliases defined via define-obsolete-variable-alias.

AFAICS, the only possible remaining issue is:

i) You have customized oldvar.

ii) (defcustom oldvar ...) is replaced by
(defvaralias 'oldvar 'newvar)
(defcustom newvar ...)

(in a non-dumped file)

where oldvar is either not obsolete, or is made obsolete "by hand"
rather than through define-obsolete-variable-alias.





reply via email to

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