diff lisp/prim/about.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 6b37e6ddd302
children 85ec50267440
line wrap: on
line diff
--- a/lisp/prim/about.el	Mon Aug 13 09:43:39 2007 +0200
+++ b/lisp/prim/about.el	Mon Aug 13 09:44:42 2007 +0200
@@ -3,7 +3,7 @@
 ;; Copyright (c) 1997 Free Software Foundation, Inc.
 
 ;; Keywords: extensions
-;; Version: 2.2
+;; Version: 2.3
 ;; Maintainer: Hrvoje Niksic <hniksic@srce.hr>
 
 ;; This file is part of XEmacs.
@@ -849,7 +849,7 @@
   (let* ((entry (assq who xemacs-hackers))
 	 (name (cadr entry))
 	 (address (caddr entry)))
-    (let ((widget-link-prefix nil) (widget-link-suffix nil))
+    (let ((widget-link-prefix "") (widget-link-suffix ""))
       (widget-create 'link :help-echo (concat "Find out more about " name)
 		     :action 'about-maintainer
 		     :tag name