mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
(update-copyright): Set help-mode in *Help* buffer.
This commit is contained in:
parent
0dc07483ef
commit
c759701d76
1 changed files with 6 additions and 0 deletions
|
|
@ -120,6 +120,9 @@ than adding to it."
|
|||
(princ (substitute-command-keys "\
|
||||
I don't know where the copying notice begins.
|
||||
Put point there and hit \\[exit-recursive-edit]."))
|
||||
(save-excursion
|
||||
(set-buffer standard-output)
|
||||
(help-mode))
|
||||
(recursive-edit)))
|
||||
(setq beg (point))
|
||||
(or (search-forward "02139, USA." nil t)
|
||||
|
|
@ -127,6 +130,9 @@ Put point there and hit \\[exit-recursive-edit]."))
|
|||
(princ (substitute-command-keys "\
|
||||
I don't know where the copying notice ends.
|
||||
Put point there and hit \\[exit-recursive-edit]."))
|
||||
(save-excursion
|
||||
(set-buffer standard-output)
|
||||
(help-mode))
|
||||
(recursive-edit)))
|
||||
(delete-region beg (point))))
|
||||
(insert-file replace-copying-with))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue