mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 06:31:13 -08:00
(x-focus-frame): Declare.
Remove unnecessary eval-and-compile of autoloads.
This commit is contained in:
parent
ac14560041
commit
dbb6c370b1
1 changed files with 8 additions and 8 deletions
|
|
@ -50,14 +50,13 @@
|
|||
(require 'time-date)
|
||||
(require 'netrc)
|
||||
|
||||
(eval-and-compile
|
||||
(autoload 'message-fetch-field "message")
|
||||
(autoload 'gnus-get-buffer-window "gnus-win")
|
||||
(autoload 'rmail-insert-rmail-file-header "rmail")
|
||||
(autoload 'rmail-count-new-messages "rmail")
|
||||
(autoload 'rmail-show-message "rmail")
|
||||
(autoload 'nnheader-narrow-to-headers "nnheader")
|
||||
(autoload 'nnheader-replace-chars-in-string "nnheader"))
|
||||
(autoload 'message-fetch-field "message")
|
||||
(autoload 'gnus-get-buffer-window "gnus-win")
|
||||
(autoload 'rmail-insert-rmail-file-header "rmail")
|
||||
(autoload 'rmail-count-new-messages "rmail")
|
||||
(autoload 'rmail-show-message "rmail")
|
||||
(autoload 'nnheader-narrow-to-headers "nnheader")
|
||||
(autoload 'nnheader-replace-chars-in-string "nnheader")
|
||||
|
||||
(eval-and-compile
|
||||
(cond
|
||||
|
|
@ -1592,6 +1591,7 @@ CHOICE is a list of the choice char and help message at IDX."
|
|||
(kill-buffer buf))
|
||||
tchar))
|
||||
|
||||
(declare-function x-focus-frame "xfns.c" (frame))
|
||||
(declare-function w32-focus-frame "../term/w32-win" (frame))
|
||||
|
||||
(defun gnus-select-frame-set-input-focus (frame)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue