emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 51/56: Aliases to defcustoms must come before the defcustom.


From: Luke Lee
Subject: [elpa] 51/56: Aliases to defcustoms must come before the defcustom.
Date: Thu, 28 Aug 2014 02:22:00 +0000

lukelee pushed a commit to branch master
in repository elpa.

commit 63509baf8d24cfe7302724044d3855e908c08c78
Author: Glenn Morris <address@hidden>
Date:   Sat Oct 6 12:55:47 2012 -0700

    Aliases to defcustoms must come before the defcustom.
    
    * strokes.el (strokes-modeline-string):
    * emulation/crisp.el (crisp-mode-modeline-string):
    * eshell/esh-mode.el (eshell-status-in-modeline):
    Aliases to defcustoms must come before the defcustom.
---
 lisp/emulation/crisp.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el
index c9822b7..01d202f 100644
--- a/lisp/emulation/crisp.el
+++ b/lisp/emulation/crisp.el
@@ -171,14 +171,14 @@
 All the bindings are done here instead of globally to try and be
 nice to the world.")
 
+(define-obsolete-variable-alias 'crisp-mode-modeline-string
+  'crisp-mode-mode-line-string "24.3")
+
 (defcustom crisp-mode-mode-line-string " *CRiSP*"
   "String to display in the mode line when CRiSP emulation mode is enabled."
   :type 'string
   :group 'crisp)
 
-(define-obsolete-variable-alias 'crisp-mode-modeline-string
-  'crisp-mode-mode-line-string "24.3")
-
 ;;;###autoload
 (defcustom crisp-mode nil
   "Track status of CRiSP emulation mode.



reply via email to

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