# HG changeset patch # User Francesco Potort # Date 783012890 0 # Node ID 363a1bef4ddb3f13adfd66f23b59d7ce87e7daae # Parent 721cc180810c67f257254d119017432e84de7798 * man.el (Man-init-defvars): Do not delete empty lines. diff -r 721cc180810c -r 363a1bef4ddb lisp/man.el --- 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 -;; 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'"