diff options
| author | Dave Love | 2000-12-06 20:49:59 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-06 20:49:59 +0000 |
| commit | 97dad1083154aee3dc552e2dd9103aa79d88d42a (patch) | |
| tree | 2b3b1ef87a62a6cd0cddc73f6b821b101fb26877 /lispref | |
| parent | c7a401dd1912c15056a4ad26b39887f662086bc9 (diff) | |
| download | emacs-97dad1083154aee3dc552e2dd9103aa79d88d42a.tar.gz emacs-97dad1083154aee3dc552e2dd9103aa79d88d42a.zip | |
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.) | |||
| 34 | 34 | ||
| 35 | @table @code | 35 | @table @code |
| 36 | @item activate-mark-hook | 36 | @item activate-mark-hook |
| 37 | @item after-change-function | ||
| 38 | @item after-change-functions | 37 | @item after-change-functions |
| 39 | @item after-init-hook | 38 | @item after-init-hook |
| 40 | @item after-insert-file-functions | 39 | @item after-insert-file-functions |
| @@ -43,7 +42,6 @@ however, we have renamed all of those.) | |||
| 43 | @item after-save-hook | 42 | @item after-save-hook |
| 44 | @item auto-fill-function | 43 | @item auto-fill-function |
| 45 | @item auto-save-hook | 44 | @item auto-save-hook |
| 46 | @item before-change-function | ||
| 47 | @item before-change-functions | 45 | @item before-change-functions |
| 48 | @item before-init-hook | 46 | @item before-init-hook |
| 49 | @item before-make-frame-hook | 47 | @item before-make-frame-hook |
| @@ -72,8 +70,6 @@ however, we have renamed all of those.) | |||
| 72 | @item first-change-hook | 70 | @item first-change-hook |
| 73 | @item fortran-comment-hook | 71 | @item fortran-comment-hook |
| 74 | @item fortran-mode-hook | 72 | @item fortran-mode-hook |
| 75 | @item ftp-setup-write-file-hooks | ||
| 76 | @item ftp-write-file-hook | ||
| 77 | @item indent-mim-hook | 73 | @item indent-mim-hook |
| 78 | @item initial-calendar-window-hook | 74 | @item initial-calendar-window-hook |
| 79 | @item kill-buffer-hook | 75 | @item kill-buffer-hook |
| @@ -87,7 +83,6 @@ however, we have renamed all of those.) | |||
| 87 | @item lisp-mode-hook | 83 | @item lisp-mode-hook |
| 88 | @item list-diary-entries-hook | 84 | @item list-diary-entries-hook |
| 89 | @item local-write-file-hooks | 85 | @item local-write-file-hooks |
| 90 | @item m2-mode-hook | ||
| 91 | @item mail-mode-hook | 86 | @item mail-mode-hook |
| 92 | @item mail-setup-hook | 87 | @item mail-setup-hook |
| 93 | @item mark-diary-entries-hook | 88 | @item mark-diary-entries-hook |
| @@ -95,6 +90,7 @@ however, we have renamed all of those.) | |||
| 95 | @item menu-bar-update-hook | 90 | @item menu-bar-update-hook |
| 96 | @item minibuffer-setup-hook | 91 | @item minibuffer-setup-hook |
| 97 | @item minibuffer-exit-hook | 92 | @item minibuffer-exit-hook |
| 93 | @item mouse-position-function | ||
| 98 | @item news-mode-hook | 94 | @item news-mode-hook |
| 99 | @item news-reply-mode-hook | 95 | @item news-reply-mode-hook |
| 100 | @item news-setup-hook | 96 | @item news-setup-hook |