Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1223b6c4
Commit
1223b6c4
authored
Nov 03, 1996
by
Richard M. Stallman
Browse files
(Man-bgproc-sentinel): Move the buffer creation
outside of the binding of case-fold-search.
parent
5c8ddcfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
lisp/man.el
lisp/man.el
+10
-10
No files found.
lisp/man.el
View file @
1223b6c4
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment