From: Stefan Monnier Date: Thu, 5 Oct 2000 22:28:23 +0000 (+0000) Subject: Missing paren. X-Git-Tag: emacs-pretest-21.0.90~1127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8304a3bb773ccfdbdc88819049401b776371f1a0;p=emacs.git Missing paren. --- diff --git a/lisp/help.el b/lisp/help.el index 7ebd131f6f7..22f5a82032e 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1452,7 +1452,7 @@ This applies to `help', `apropos' and `completion' buffers, and some others." ;; `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.