diff options
| author | Dave Love | 1999-01-16 12:02:22 +0000 |
|---|---|---|
| committer | Dave Love | 1999-01-16 12:02:22 +0000 |
| commit | 3d02beed170ac4235e62e201ca692a21d4c8eb11 (patch) | |
| tree | 41cf2ab8cd8076a8ded32dd89e0ad4e7d8592ea3 | |
| parent | be8a05954658917928a24be3fa720c07026cbedd (diff) | |
| download | emacs-3d02beed170ac4235e62e201ca692a21d4c8eb11.tar.gz emacs-3d02beed170ac4235e62e201ca692a21d4c8eb11.zip | |
(temp-buffer-setup-hook, temp-buffer-show-hook): Revert last change.
| -rw-r--r-- | lisp/help.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el index d18da1ecd25..9a52c8e23c6 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -158,7 +158,7 @@ Commands: | |||
| 158 | (help-mode) | 158 | (help-mode) |
| 159 | (setq buffer-read-only nil)) | 159 | (setq buffer-read-only nil)) |
| 160 | 160 | ||
| 161 | (add-hook 'temp-buffer-show-hook 'help-mode-setup) | 161 | (add-hook 'temp-buffer-setup-hook 'help-mode-setup) |
| 162 | 162 | ||
| 163 | (defun help-mode-finish () | 163 | (defun help-mode-finish () |
| 164 | (when (eq major-mode 'help-mode) | 164 | (when (eq major-mode 'help-mode) |
| @@ -169,7 +169,7 @@ Commands: | |||
| 169 | (setq view-return-to-alist | 169 | (setq view-return-to-alist |
| 170 | (list (cons (selected-window) help-return-method)))) | 170 | (list (cons (selected-window) help-return-method)))) |
| 171 | 171 | ||
| 172 | (add-hook 'temp-buffer-setup-hook 'help-mode-finish) | 172 | (add-hook 'temp-buffer-show-hook 'help-mode-finish) |
| 173 | 173 | ||
| 174 | (defun help-quit () | 174 | (defun help-quit () |
| 175 | "Just exit from the Help command's command loop." | 175 | "Just exit from the Help command's command loop." |