163
|
1 ;;; DO NOT MODIFY THIS FILE
|
|
2 (if (not (featurep 'x11-autoloads))
|
|
3 (progn
|
|
4
|
|
5 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el")
|
|
6
|
|
7 (defvar font-menu-ignore-scaled-fonts t "\
|
|
8 *If non-nil, then the font menu will try to show only bitmap fonts.")
|
|
9
|
|
10 (defvar font-menu-this-frame-only-p nil "\
|
|
11 *If non-nil, then changing the default font from the font menu will only
|
|
12 affect one frame instead of all frames.")
|
|
13
|
|
14 (fset 'install-font-menus 'reset-device-font-menus)
|
|
15
|
|
16 (autoload 'reset-device-font-menus "x-font-menu" "\
|
|
17 Generates the `Font', `Size', and `Weight' submenus for the Options menu.
|
|
18 This is run the first time that a font-menu is needed for each device.
|
|
19 If you don't like the lazy invocation of this function, you can add it to
|
|
20 `create-device-hook' and that will make the font menus respond more quickly
|
|
21 when they are selected for the first time. If you add fonts to your system,
|
|
22 or if you change your font path, you can call this to re-initialize the menus." nil nil)
|
|
23
|
|
24 (autoload 'font-menu-family-constructor "x-font-menu" nil nil nil)
|
|
25
|
|
26 (autoload 'font-menu-size-constructor "x-font-menu" nil nil nil)
|
|
27
|
|
28 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil)
|
|
29
|
|
30 ;;;***
|
|
31
|
|
32 (provide 'x11-autoloads)
|
|
33 ))
|