mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(gnus-x-splash): Check tool-bar-mode is bound.
Remove unnecessary eval-and-compile of autoloads.
This commit is contained in:
parent
f654fa04f0
commit
1e957e643e
1 changed files with 5 additions and 4 deletions
|
|
@ -42,10 +42,10 @@
|
|||
|
||||
(eval-and-compile
|
||||
(autoload 'gnus-xmas-define "gnus-xmas")
|
||||
(autoload 'gnus-xmas-redefine "gnus-xmas")
|
||||
(autoload 'gnus-get-buffer-create "gnus")
|
||||
(autoload 'nnheader-find-etc-directory "nnheader"))
|
||||
(autoload 'gnus-xmas-redefine "gnus-xmas"))
|
||||
|
||||
(autoload 'gnus-get-buffer-create "gnus")
|
||||
(autoload 'nnheader-find-etc-directory "nnheader")
|
||||
(autoload 'smiley-region "smiley")
|
||||
|
||||
(defun gnus-kill-all-overlays ()
|
||||
|
|
@ -214,7 +214,8 @@
|
|||
(car sbars)
|
||||
(/ (or (car fringes) 0) fcw))
|
||||
yoffset (cadr (window-edges))
|
||||
top (max 0 (- (* (max (if (and tool-bar-mode
|
||||
top (max 0 (- (* (max (if (and (boundp 'tool-bar-mode)
|
||||
tool-bar-mode
|
||||
(not (featurep 'gtk))
|
||||
(eq (frame-first-window)
|
||||
(selected-window)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue