Mercurial > emacs
changeset 1298:3a14fd87bade
(nuke-nroff-bs): Delete just 9 lines above header.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 02 Oct 1992 04:06:18 +0000 |
parents | 28e8b21e8bba |
children | b8337cdf2e8b |
files | lisp/=man.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=man.el Fri Oct 02 02:26:36 1992 +0000 +++ b/lisp/=man.el Fri Oct 02 04:06:18 1992 +0000 @@ -111,7 +111,8 @@ ;; Put START and END around footer and header and garbage blank lines. ;; Fixed line counts are risky, but allow us to preserve ;; significant blank lines. - (setq start (save-excursion (forward-line -10) (point))) + ;; These numbers are correct for MORE BSD, at least. + (setq start (save-excursion (forward-line -9) (point))) (setq end (save-excursion (forward-line 3) (point))) (delete-region start end))) ;; Catch the final footer.