changeset 32184:ab059a552fa2

Missing paren.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Oct 2000 22:28:23 +0000
parents 3e4bdf7c90c4
children f7460e78c02a
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Thu Oct 05 22:27:38 2000 +0000
+++ b/lisp/help.el	Thu Oct 05 22:28:23 2000 +0000
@@ -1452,7 +1452,7 @@
       ;; `help-mode-maybe' may add a `back' button and thus increase the
       ;; text size, so `resize-temp-buffer-window' must be run *after* it.
       (add-hook 'temp-buffer-show-hook 'resize-temp-buffer-window 'append)
-    (remove-hook 'temp-buffer-show-hook 'resize-temp-buffer-window))))
+    (remove-hook 'temp-buffer-show-hook 'resize-temp-buffer-window)))
 
 (defun resize-temp-buffer-window ()
   "Resize the current window to fit its contents.