]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorFrancesco Potortì <pot@gnu.org>
Mon, 24 Oct 1994 12:37:01 +0000 (12:37 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 24 Oct 1994 12:37:01 +0000 (12:37 +0000)
lisp/man.el

index 179331ed43ee9a32d019eb84f75a04295423649c..397cd426f6c90ab0efd09db5b85432a379b7a814 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/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))