From: Francesco Potortì Date: Mon, 29 May 1995 13:20:51 +0000 (+0000) Subject: * man.el (Man-init-defvars): Don't remove lines containing X-Git-Tag: emacs-19.34~3867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4be31c695d56b000b5bf33505df83889627bee1;p=emacs.git * man.el (Man-init-defvars): Don't remove lines containing "No such file or directory". eof --- diff --git a/lisp/man.el b/lisp/man.el index 4f8c5655c09..4c5d62cc848 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/11/22 04:37:43 $ -;; Version: $Revision: 1.60 $ +;; Last-Modified: $Date: 1995/02/03 12:07:37 $ +;; Version: $Revision: 1.61 $ ;; Keywords: help ;; Adapted-By: ESR, pot @@ -345,7 +345,6 @@ This is necessary if one wants to dump man.el with emacs." "") "-e '/^[\001-\032][\001-\032]*$/d'" "-e '/\e[789]/s///g'" - "-e '/[Nn]o such file or directory/d'" "-e '/Reformatting page. Wait/d'" "-e '/Reformatting entry. Wait/d'" "-e '/^[ \t]*Hewlett-Packard[ \t]Company[ \t]*-[ \t][0-9]*[ \t]-/d'"