emacs-devel
[Top][All Lists]
Advanced

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

Re: `q' in `C-h C-h' does not act like `View-quit'


From: Richard Stallman
Subject: Re: `q' in `C-h C-h' does not act like `View-quit'
Date: Mon, 18 Sep 2006 10:58:03 -0400

Does this fix it?

*** help.el     16 Sep 2006 10:15:32 -0400      1.318
--- help.el     18 Sep 2006 10:32:14 -0400      
***************
*** 106,111 ****
--- 106,114 ----
  (defun help-quit ()
    "Just exit from the Help command's command loop."
    (interactive)
+   ;; Normally Help mode enables View mode.
+   ;; If the user has not overridden that, exit a la View mode.
+   (if view-mode (View-quit))
    nil)
  
  (defvar help-return-method nil




reply via email to

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