emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quitting Help window doesn't really work


From: Richard Stallman
Subject: Re: Quitting Help window doesn't really work
Date: Sun, 09 Apr 2006 23:26:53 -0400

Does this patch give good results overall?

*** help-mode.el        02 Apr 2006 16:08:55 -0400      1.44
--- help-mode.el        09 Apr 2006 21:14:58 -0400      
***************
*** 197,202 ****
--- 197,203 ----
    (view-mode)
    (make-local-variable 'view-no-disable-on-exit)
    (setq view-no-disable-on-exit t)
+   (setq view-exit-action (lambda (buffer) (delete-window)))
    (run-mode-hooks 'help-mode-hook))
  
  ;;;###autoload




reply via email to

[Prev in Thread] Current Thread [Next in Thread]