Mercurial > emacs
changeset 11991:9a069c7526b1
* man.el (Man-init-defvars): Don't remove lines containing
"No such file or directory".
eof
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 29 May 1995 13:20:51 +0000 |
parents | 1e5d25c997ca |
children | e550e0d13e83 |
files | lisp/man.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Mon May 29 12:40:25 1995 +0000 +++ b/lisp/man.el Mon May 29 13:20:51 1995 +0000 @@ -3,8 +3,8 @@ ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw <bwarsaw@cen.com> -;; 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 @@ "") "-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'"