comparison lisp/about.el @ 392:1f50e6fe4f3f r21-2-11

Import from CVS: tag r21-2-11
author cvs
date Mon, 13 Aug 2007 11:10:50 +0200
parents aabb7f5b1c81
children 74fd4e045ea6
comparison
equal deleted inserted replaced
391:e50d8e68d7a5 392:1f50e6fe4f3f
281 :action 'about-maintainer 281 :action 'about-maintainer
282 :tag name 282 :tag name
283 :value who) 283 :value who)
284 (widget-insert (format " <%s>\n" address))))) 284 (widget-insert (format " <%s>\n" address)))))
285 ;; Setup persons responsible for this release. 285 ;; Setup persons responsible for this release.
286 (mapc 'setup-person '(slb hniksic kyle martin)) 286 (mapc 'setup-person '(slb hniksic kyle martin piper))
287 (widget-insert "\n\t* ") 287 (widget-insert "\n\t* ")
288 (widget-create 'link :help-echo "A legion of XEmacs hackers" 288 (widget-create 'link :help-echo "A legion of XEmacs hackers"
289 :action 'about-hackers 289 :action 'about-hackers
290 :button-prefix "" 290 :button-prefix ""
291 :button-suffix "" 291 :button-suffix ""