]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-bgproc-sentinel): Move the buffer creation
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Nov 1996 18:55:09 +0000 (18:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Nov 1996 18:55:09 +0000 (18:55 +0000)
outside of the binding of case-fold-search.

lisp/man.el

index ccc03a9b6da62aad9a2ebfb6d450bb8c5e7dc4cf..ac535f0decae41949210ed32ad6439c4683153dd 100644 (file)
@@ -675,16 +675,16 @@ Same for the ANSI bold and normal escape sequences."
                                     (substring msg 0 eos) msg))))
                 (goto-char (point-max))
                 (insert (format "\nprocess %s" msg))
-                ))
-         (if delete-buff
-             (kill-buffer Man-buffer)
-           (if Man-fontify-manpage-flag
-               (Man-fontify-manpage)
-             (Man-cleanup-manpage))
-           (run-hooks 'Man-cooked-hook)
-           (Man-mode)
-           (set-buffer-modified-p nil)
-           ))
+                )))
+        (if delete-buff
+            (kill-buffer Man-buffer)
+          (if Man-fontify-manpage-flag
+              (Man-fontify-manpage)
+            (Man-cleanup-manpage))
+          (run-hooks 'Man-cooked-hook)
+          (Man-mode)
+          (set-buffer-modified-p nil)
+          )
        ;; Restore case-fold-search before calling
        ;; Man-notify-when-ready because it may switch buffers.