1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00

(tool-bar-map): Defvar when compiling.

This commit is contained in:
Dave Love 2000-11-09 11:47:47 +00:00
parent 56de556523
commit a47449b3c7
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,15 @@
2000-11-09 Dave Love <fx@gnu.org>
* message.el (tool-bar-map): Defvar when compiling.
* gnus-setup.el (running-xemacs, gnus-use-installed-tm)
(gnus-tm-lisp-directory): Deleted.
(gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
(featurep 'xemacs).
(gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
(gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
version numbers from file names.
2000-11-08 John Wiegley <johnw@gnu.org>
* gnus-topic.el (gnus-topic-mode): Use `setq' to clear

View file

@ -4327,6 +4327,7 @@ which specify the range to operate on."
(defalias 'message-exchange-point-and-mark 'exchange-point-and-mark)
;; Support for toolbar
(eval-when-compile (defvar tool-bar-map))
(if (featurep 'xemacs)
(require 'messagexmas)
(when (and (fboundp 'tool-bar-add-item-from-menu)