diff options
author | Dave Love <fx@gnu.org> | 2000-12-06 20:49:59 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-12-06 20:49:59 +0000 |
commit | 97dad1083154aee3dc552e2dd9103aa79d88d42a (patch) | |
tree | 2b3b1ef87a62a6cd0cddc73f6b821b101fb26877 /lispref | |
parent | c7a401dd1912c15056a4ad26b39887f662086bc9 (diff) | |
download | emacs-97dad1083154aee3dc552e2dd9103aa79d88d42a.tar.gz |
Zap before-change-function, ftp-setup-write-file-hooks,
ftp-write-file-hook, m2-mode-hook, after-change-function.
Add mouse-position-function.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/hooks.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lispref/hooks.texi b/lispref/hooks.texi index ac23ab0054b..d03793ecce8 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -34,7 +34,6 @@ however, we have renamed all of those.) @table @code @item activate-mark-hook -@item after-change-function @item after-change-functions @item after-init-hook @item after-insert-file-functions @@ -43,7 +42,6 @@ however, we have renamed all of those.) @item after-save-hook @item auto-fill-function @item auto-save-hook -@item before-change-function @item before-change-functions @item before-init-hook @item before-make-frame-hook @@ -72,8 +70,6 @@ however, we have renamed all of those.) @item first-change-hook @item fortran-comment-hook @item fortran-mode-hook -@item ftp-setup-write-file-hooks -@item ftp-write-file-hook @item indent-mim-hook @item initial-calendar-window-hook @item kill-buffer-hook @@ -87,7 +83,6 @@ however, we have renamed all of those.) @item lisp-mode-hook @item list-diary-entries-hook @item local-write-file-hooks -@item m2-mode-hook @item mail-mode-hook @item mail-setup-hook @item mark-diary-entries-hook @@ -95,6 +90,7 @@ however, we have renamed all of those.) @item menu-bar-update-hook @item minibuffer-setup-hook @item minibuffer-exit-hook +@item mouse-position-function @item news-mode-hook @item news-reply-mode-hook @item news-setup-hook |