annotate lisp/x11/auto-autoloads.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200 (2007-08-13)
parents 0132846995bd
children 15872534500d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
1 ;;; DO NOT MODIFY THIS FILE
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
2 (if (not (featurep 'x11-autoloads))
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
3 (progn
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5 (provide 'x11-autoloads)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
6 ))
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
7
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
8 ;;;### (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")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
9
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
10 (defvar font-menu-ignore-scaled-fonts t "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
11 *If non-nil, then the font menu will try to show only bitmap fonts.")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
12
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
13 (defvar font-menu-this-frame-only-p nil "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
14 *If non-nil, then changing the default font from the font menu will only
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
15 affect one frame instead of all frames.")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
16
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
17 (fset 'install-font-menus 'reset-device-font-menus)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
18
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
19 (autoload 'reset-device-font-menus "x-font-menu" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
20 Generates the `Font', `Size', and `Weight' submenus for the Options menu.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
21 This is run the first time that a font-menu is needed for each device.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
22 If you don't like the lazy invocation of this function, you can add it to
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
23 `create-device-hook' and that will make the font menus respond more quickly
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
24 when they are selected for the first time. If you add fonts to your system,
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
25 or if you change your font path, you can call this to re-initialize the menus." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
26
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
27 (autoload 'font-menu-family-constructor "x-font-menu" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
28
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
29 (autoload 'font-menu-size-constructor "x-font-menu" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
30
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
31 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
32
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
33 ;;;***