diff options
author | Francesco Potortì <pot@gnu.org> | 1994-10-24 12:37:01 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 1994-10-24 12:37:01 +0000 |
commit | a0564bb264ca9af2696c265b207c2eb1e062b965 (patch) | |
tree | 435b51fb274a8726a1c0bfdeef278b3deff106e1 /lisp/man.el | |
parent | 0b7203703c2d23d76d8da987bebcedb4814864cc (diff) | |
download | emacs-a0564bb264ca9af2696c265b207c2eb1e062b965.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/man.el b/lisp/man.el index 179331ed43e..397cd426f6c 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 <bwarsaw@cen.com> -;; Last-Modified: $Date: 1994/10/06 10:28:26 $ -;; Version: $Revision: 1.52 $ +;; Last-Modified: $Date: 1994/10/20 10:04:17 $ +;; Version: $Revision: 1.53 $ ;; Keywords: help ;; Adapted-By: ESR, pot @@ -647,7 +647,7 @@ Same for the ANSI bold and normal escape sequences." (interactive) (message "Please wait: cleaning up the %s man page..." Man-arguments) - (or Man-sed-script + (if (or (interactive-p) (not Man-sed-script)) (progn (goto-char (point-min)) (while (search-forward "_\b" nil t) (backward-delete-char 2)) |