mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Replace version 24.2 with 24.3 where appropriate (hopefully)
This commit is contained in:
parent
eb424fe3d6
commit
2a1e24765b
81 changed files with 186 additions and 182 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue