lukelee pushed a commit to branch master
in repository elpa.
commit 63509baf8d24cfe7302724044d3855e908c08c78
Author: Glenn Morris <[email protected]>
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.