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

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

Re: No "back" button in *Help* with `C-x n n'


From: Richard Stallman
Subject: Re: No "back" button in *Help* with `C-x n n'
Date: Mon, 28 Feb 2005 06:25:25 -0500

How about this patch?

*** novice.el   14 Feb 2005 04:51:15 -0500      1.37
--- novice.el   27 Feb 2005 17:11:52 -0500      
***************
*** 49,55 ****
  (defun disabled-command-function (&rest ignore)
    (let (char)
      (save-window-excursion
!      (with-output-to-temp-buffer "*Help*"
         (let ((keys (this-command-keys)))
         (if (or (eq (aref keys 0)
                     (if (stringp keys)
--- 49,55 ----
  (defun disabled-command-function (&rest ignore)
    (let (char)
      (save-window-excursion
!      (with-output-to-temp-buffer "*Disabled Command*"
         (let ((keys (this-command-keys)))
         (if (or (eq (aref keys 0)
                     (if (stringp keys)




reply via email to

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