]> git.eshelyaron.com Git - emacs.git/commitdiff
* man.el (Man-init-defvars): Do not delete empty lines.
authorFrancesco Potortì <pot@gnu.org>
Mon, 24 Oct 1994 15:34:50 +0000 (15:34 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 24 Oct 1994 15:34:50 +0000 (15:34 +0000)
lisp/man.el

index 397cd426f6c90ab0efd09db5b85432a379b7a814..ab27a6b74ab1963532d0f24e60966e287b94a372 100644 (file)
@@ -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 @@ 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'"