From 09b80ade666c5d769b1fad04ba0d93bcf37fc147 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 30 May 1995 05:07:52 +0000 Subject: (Man-default-man-entry): Return result. --- lisp/man.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/man.el b/lisp/man.el index 4c5d62cc848..55df16c36c1 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 -;; 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 @@ default section number is selected from `Man-auto-section-alist'." Man-section-regexp "\\)[ \t]*)")) (format "(%s)" (Man-match-substring 1)))))) (set-text-properties 0 (length result) nil result) - )))) + result)))) ;; ====================================================================== -- cgit v1.2.1