Mercurial > emacs
changeset 9679:363a1bef4ddb
* man.el (Man-init-defvars): Do not delete empty lines.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 24 Oct 1994 15:34:50 +0000 |
parents | 721cc180810c |
children | 14a8113d8a8b |
files | lisp/man.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Mon Oct 24 14:19:37 1994 +0000 +++ b/lisp/man.el Mon Oct 24 15:34:50 1994 +0000 @@ -3,8 +3,8 @@ ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw <bwarsaw@cen.com> -;; Last-Modified: $Date: 1994/10/20 10:04:17 $ -;; Version: $Revision: 1.53 $ +;; Last-Modified: $Date: 1994/10/24 12:37:01 $ +;; Version: $Revision: 1.54 $ ;; Keywords: help ;; Adapted-By: ESR, pot @@ -346,7 +346,7 @@ (if Man-sed-script (concat "-e '" Man-sed-script "'") "") - "-e '/^[\001-\032]*$/d'" + "-e '/^[\001-\032][\001-\032]*$/d'" "-e '/\e[789]/s///g'" "-e '/[Nn]o such file or directory/d'" "-e '/Reformatting page. Wait/d'"