From 2b5de6158ed26a484c895e2e4daa93a30f06fa36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Potort=C3=AC?= Date: Mon, 24 Oct 1994 15:34:50 +0000 Subject: * man.el (Man-init-defvars): Do not delete empty lines. --- lisp/man.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/man.el') diff --git a/lisp/man.el b/lisp/man.el index 397cd426f6c..ab27a6b74ab 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -3,8 +3,8 @@ ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw -;; 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 @@ This is necessary if one wants to dump man.el with emacs." (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'" -- cgit v1.2.1