diff options
author | Kenichi Handa <handa@gnu.org> | 2012-09-22 11:26:05 +0900 |
---|---|---|
committer | Kenichi Handa <handa@gnu.org> | 2012-09-22 11:26:05 +0900 |
commit | fa42927fd0ed023ec95a5475ce342429fd8a348d (patch) | |
tree | 5f37f88faa47b36dc85d19aedf89f483dc458358 /lisp/emacs-lisp/byte-run.el | |
parent | 3cccbd87267735609a21df50b80b3aad07004555 (diff) | |
parent | 58f3a196fcd6c2f8b65e6b6cf1bc377d1a6287aa (diff) | |
download | emacs-fa42927fd0ed023ec95a5475ce342429fd8a348d.tar.gz emacs-fa42927fd0ed023ec95a5475ce342429fd8a348d.tar.bz2 emacs-fa42927fd0ed023ec95a5475ce342429fd8a348d.zip |
merge trunk
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r-- | lisp/emacs-lisp/byte-run.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index d1382f42b19..93e890a20c9 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -312,7 +312,7 @@ This uses `defvaralias' and `make-obsolete-variable' (which see). See the Info node `(elisp)Variable Aliases' for more details. If CURRENT-NAME is a defcustom (more generally, any variable -where OBSOLETE-NAME may be set, e.g. in a .emacs file, before the +where OBSOLETE-NAME may be set, e.g. in an init file, before the alias is defined), then the define-obsolete-variable-alias statement should be evaluated before the defcustom, if user customizations are to be respected. The simplest way to achieve |