(report-emacs-bug): Make sure *Messages*
exists. From Andy Petrusenco <andy@int.spb.ru>.
This commit is contained in:
parent
59b7ded872
commit
5e11c42501
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
|||
2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
|
||||
exists. From Andy Petrusenco <andy@int.spb.ru>.
|
||||
|
||||
* hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
|
||||
display-popup-menus-p returns nil.
|
||||
display-popup-menus-p returns nil. Suggested by Andy Petrusenco
|
||||
<andy@int.spb.ru>.
|
||||
|
||||
2001-08-31 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ Prompts for bug subject. Leaves you in a mail buffer."
|
|||
(let ((pretest-p (string-match "\\..*\\..*\\." emacs-version))
|
||||
user-point message-end-point)
|
||||
(setq message-end-point
|
||||
(with-current-buffer (get-buffer "*Messages*")
|
||||
(with-current-buffer (get-buffer-create "*Messages*")
|
||||
(point-max-marker)))
|
||||
(compose-mail (if pretest-p
|
||||
report-emacs-bug-pretest-address
|
||||
|
|
Loading…
Add table
Reference in a new issue