emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 3895e22 4/8: Merge from origin/emacs-26


From: Glenn Morris
Subject: [Emacs-diffs] master 3895e22 4/8: Merge from origin/emacs-26
Date: Sun, 2 Dec 2018 13:36:24 -0500 (EST)

branch: master
commit 3895e2229fafa6cc92d3b1df1895f08c16ae0ab6
Merge: fa9411e e06562c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Merge from origin/emacs-26
    
    e06562c Fix "M-x man" when there's no 'man' program on PATH
---
 lisp/man.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/man.el b/lisp/man.el
index abba487..defe992 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -1378,7 +1378,8 @@ manpage command."
 
       (with-current-buffer Man-buffer
        (save-excursion
-         (let ((case-fold-search nil))
+         (let ((case-fold-search nil)
+                (inhibit-read-only t))
            (goto-char (point-min))
            (cond ((or (looking-at "No \\(manual \\)*entry for")
                       (looking-at "[^\n]*: nothing appropriate$"))



reply via email to

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