Fix naming of abnormal hook vars in allout.el.
authorChong Yidong <cyd@gnu.org>
Wed, 2 May 2012 10:57:03 +0000 (18:57 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 2 May 2012 10:57:03 +0000 (18:57 +0800)
commit7b97c76414846f8982b7f96afca4cda5e9ecfcc5
tree8c7bcc9fdb1342eb86de5e2ecd37b0953ee20acc
parent1e6f32f816c83b5a78e514d77b8f1d7052561d2e
Fix naming of abnormal hook vars in allout.el.

* lisp/allout.el (allout-exposure-change-functions)
(allout-structure-added-functions)
(allout-structure-deleted-functions)
(allout-structure-shifted-functions): Rename abnormal hooks from *-hook,
and convert to defcustoms.
(allout-after-copy-or-kill-hook, allout-post-undo-hook): Convert
to defcustoms.
(allout-mode-hook, allout-mode-deactivate-hook): Doc fix.

* lisp/allout-widgets.el: Hook callers changed.
lisp/ChangeLog
lisp/allout-widgets.el
lisp/allout.el