Mercurial > hg > xemacs-beta
comparison lisp/lisp-mnt.el @ 644:51494923758b
[xemacs-hg @ 2001-08-06 04:40:51 by youngs]
2001-08-06 Steve Youngs <youngs@xemacs.org>
* menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
* lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
author | youngs |
---|---|
date | Mon, 06 Aug 2001 04:40:54 +0000 |
parents | 7039e6323819 |
children | 79940b592197 |
comparison
equal
deleted
inserted
replaced
643:af2db7d310f2 | 644:51494923758b |
---|---|
558 (addr (lm-maintainer)) | 558 (addr (lm-maintainer)) |
559 (version (lm-version))) | 559 (version (lm-version))) |
560 (mail nil | 560 (mail nil |
561 (if addr | 561 (if addr |
562 (concat (car addr) " <" (cdr addr) ">") | 562 (concat (car addr) " <" (cdr addr) ">") |
563 (or (and (boundp 'report-emacs-bug-beta-address) | 563 (or (and (boundp 'report-xemacs-bug-beta-address) |
564 (declare-boundp report-emacs-bug-beta-address)) | 564 (declare-boundp report-xemacs-bug-beta-address)) |
565 "<xemacs-beta@xemacs.org>")) | 565 "<xemacs-beta@xemacs.org>")) |
566 topic) | 566 topic) |
567 (goto-char (point-max)) | 567 (goto-char (point-max)) |
568 (insert "\nIn " | 568 (insert "\nIn " |
569 package | 569 package |