diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-15 09:29:11 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-15 09:29:11 -0700 |
commit | 2a1e24765bc3de7bf72e7117893307f6f6c441be (patch) | |
tree | 95cbfdc4e94f4f7c899e2ceea99b771928e4937a /lisp/allout.el | |
parent | eb424fe3d660eebd9b74dd5d2875e2e4b7b3307f (diff) | |
download | emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.tar.gz |
Replace version 24.2 with 24.3 where appropriate (hopefully)
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 9034d009797..acf0b7d75b6 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -1415,7 +1415,7 @@ their settings before allout-mode was started." ;;;_ = allout-exposure-change-functions (define-obsolete-variable-alias 'allout-exposure-change-hook - 'allout-exposure-change-functions "24.2") + 'allout-exposure-change-functions "24.3") (defcustom allout-exposure-change-functions nil "Abnormal hook run after allout outline subtree exposure changes. It is run at the conclusion of `allout-flag-region'. @@ -1429,11 +1429,11 @@ Functions on the hook must take three arguments: This hook might be invoked multiple times by a single command." :type 'hook :group 'allout - :version "24.2") + :version "24.3") ;;;_ = allout-structure-added-functions (define-obsolete-variable-alias 'allout-structure-added-hook - 'allout-structure-added-functions "24.2") + 'allout-structure-added-functions "24.3") (defcustom allout-structure-added-functions nil "Abnormal hook run after adding items to an Allout outline. Functions on the hook should take two arguments: @@ -1444,11 +1444,11 @@ Functions on the hook should take two arguments: This hook might be invoked multiple times by a single command." :type 'hook :group 'allout - :version "24.2") + :version "24.3") ;;;_ = allout-structure-deleted-functions (define-obsolete-variable-alias 'allout-structure-deleted-hook - 'allout-structure-deleted-functions "24.2") + 'allout-structure-deleted-functions "24.3") (defcustom allout-structure-deleted-functions nil "Abnormal hook run after deleting subtrees from an Allout outline. Functions on the hook must take two arguments: @@ -1462,11 +1462,11 @@ specifically edits that native allout routines do not control. This hook might be invoked multiple times by a single command." :type 'hook :group 'allout - :version "24.2") + :version "24.3") ;;;_ = allout-structure-shifted-functions (define-obsolete-variable-alias 'allout-structure-shifted-hook - 'allout-structure-shifted-functions "24.2") + 'allout-structure-shifted-functions "24.3") (defcustom allout-structure-shifted-functions nil "Abnormal hook run after shifting items in an Allout outline. Functions on the hook should take two arguments: @@ -1480,14 +1480,14 @@ that native allout routines do not control. This hook might be invoked multiple times by a single command." :type 'hook :group 'allout - :version "24.2") + :version "24.3") ;;;_ = allout-after-copy-or-kill-hook (defcustom allout-after-copy-or-kill-hook nil "Normal hook run after copying outline text.." :type 'hook :group 'allout - :version "24.2") + :version "24.3") ;;;_ = allout-post-undo-hook (defcustom allout-post-undo-hook nil @@ -1496,7 +1496,7 @@ The item that's current when the hook is run *may* be the one that was affected by the undo.." :type 'hook :group 'allout - :version "24.2") + :version "24.3") ;;;_ = allout-outside-normal-auto-fill-function (defvar allout-outside-normal-auto-fill-function nil |