]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/allout.el (allout-abbreviate-flattened-numbering)
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Mar 2011 02:46:18 +0000 (22:46 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Mar 2011 02:46:18 +0000 (22:46 -0400)
(allout-mode-deactivate-hook): Fix up obsolescence "date".

lisp/ChangeLog
lisp/allout.el

index 4bcb1117b1c07847397d35920853b3d24ecf76b9..b62d061fe7b10f66de0214ced467c951903bae7a 100644 (file)
@@ -1,5 +1,8 @@
 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * allout.el (allout-abbreviate-flattened-numbering)
+       (allout-mode-deactivate-hook): Fix up obsolescence "date".
+
        * subr.el (read-char-choice): Only show the cursor after the prompt,
        not after the answer.
 
index 91eaa28fdafcf1db8337a70d7e6f2812221a24a1..a12101ea9a57b1735b03755e8ac2b2b07691b87c 100644 (file)
@@ -310,6 +310,7 @@ Auto-layout is not.
 
 With value nil, inhibit any automatic allout-mode activation."
   :set 'allout-auto-activation-helper
+  ;; FIXME: Using strings here is unusual and less efficient than symbols.
   :type '(choice (const :tag "On" t)
                 (const :tag "Ask about layout" "ask")
                 (const :tag "Mode only" "activate")
@@ -752,7 +753,7 @@ Set this var to the bullet you want to use for file cross-references."
 
 ;;;_  = allout-flattened-numbering-abbreviation
 (define-obsolete-variable-alias 'allout-abbreviate-flattened-numbering
-  'allout-flattened-numbering-abbreviation "24.0")
+  'allout-flattened-numbering-abbreviation "24.1")
 (defcustom allout-flattened-numbering-abbreviation nil
   "If non-nil, `allout-flatten-exposed-to-buffer' abbreviates topic
 numbers to minimal amount with some context.  Otherwise, entire
@@ -1402,7 +1403,7 @@ their settings before allout-mode was started."
 (defvar allout-mode-deactivate-hook nil
   "*Hook that's run when allout mode ends.")
 (define-obsolete-variable-alias 'allout-mode-deactivate-hook
-  'allout-mode-off-hook "future")
+  'allout-mode-off-hook "24.1")
 ;;;_   = allout-exposure-category
 (defvar allout-exposure-category nil
   "Symbol for use as allout invisible-text overlay category.")