# HG changeset patch # User Karl Heuer # Date 801810472 0 # Node ID 29adc0df831dc2c9c71bd1931e7fcf90686e8194 # Parent 637671248a31b04ab38995036c066d13629bf249 (Man-default-man-entry): Return result. diff -r 637671248a31 -r 29adc0df831d lisp/man.el --- a/lisp/man.el Tue May 30 03:15:27 1995 +0000 +++ b/lisp/man.el Tue May 30 05:07:52 1995 +0000 @@ -3,8 +3,8 @@ ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw -;; Last-Modified: $Date: 1995/02/03 12:07:37 $ -;; Version: $Revision: 1.61 $ +;; Last-Modified: $Date: 1995/05/29 13:20:51 $ +;; Version: $Revision: 1.62 $ ;; Keywords: help ;; Adapted-By: ESR, pot @@ -487,7 +487,7 @@ Man-section-regexp "\\)[ \t]*)")) (format "(%s)" (Man-match-substring 1)))))) (set-text-properties 0 (length result) nil result) - )))) + result)))) ;; ======================================================================