emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help-macro.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/help-macro.el
Date: Wed, 14 Dec 2005 07:42:20 +0000

Index: emacs/lisp/help-macro.el
diff -u emacs/lisp/help-macro.el:1.34 emacs/lisp/help-macro.el:1.35
--- emacs/lisp/help-macro.el:1.34       Sat Aug  6 22:13:43 2005
+++ emacs/lisp/help-macro.el    Wed Dec 14 07:42:20 2005
@@ -139,8 +139,9 @@
                                (setq new-frame (window-frame (selected-window))
                                      config nil))
                           (setq buffer-read-only nil)
-                          (erase-buffer)
-                          (insert help-screen)
+                          (let ((inhibit-read-only t))
+                            (erase-buffer)
+                            (insert help-screen))
                           (help-mode)
                           (goto-char (point-min))
                           (while (or (memq char (append help-event-list




reply via email to

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