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)


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to