|
| 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 address@hidden 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.
| [Prev in Thread] | Current Thread | [Next in Thread] |