Mercurial > emacs
changeset 1296:4d9550377364
(nuke-nroff-bs): Was nuking one line too many after header.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 02 Oct 1992 00:32:14 +0000 |
parents | a9241dc503ab |
children | 28e8b21e8bba |
files | lisp/=man.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=man.el Thu Oct 01 23:07:09 1992 +0000 +++ b/lisp/=man.el Fri Oct 02 00:32:14 1992 +0000 @@ -112,7 +112,7 @@ ;; Fixed line counts are risky, but allow us to preserve ;; significant blank lines. (setq start (save-excursion (forward-line -10) (point))) - (setq end (save-excursion (forward-line 4) (point))) + (setq end (save-excursion (forward-line 3) (point))) (delete-region start end))) ;; Catch the final footer. (goto-char (point-max))