* man.el (Man-init-defvars): Don't remove lines containing
"No such file or directory". eof
This commit is contained in:
parent
915e30c809
commit
a4be31c695
1 changed files with 2 additions and 3 deletions
|
@ -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 @@ 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'"
|
||||
|
|
Loading…
Add table
Reference in a new issue