# HG changeset patch # User Stefan Monnier # Date 970784903 0 # Node ID ab059a552fa2f1da988e173cc3f685097d9ad312 # Parent 3e4bdf7c90c448e38cd7c7d314602da8331e2841 Missing paren. diff -r 3e4bdf7c90c4 -r ab059a552fa2 lisp/help.el --- 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.