Mercurial > hg > xemacs-beta
comparison lisp/x11/auto-autoloads.el @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | e121b013d1f0 |
children |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (featurep 'x11-autoloads) (error "Already loaded")) | 2 (if (featurep 'x11-autoloads) (error "Already loaded")) |
3 | |
4 (provide 'x11-autoloads) | |
3 | 5 |
4 ;;;### (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 ;;;### (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") |
5 | 7 |
6 (defvar font-menu-ignore-scaled-fonts t "\ | 8 (defcustom font-menu-ignore-scaled-fonts t "*If non-nil, then the font menu will try to show only bitmap fonts." :type 'boolean :group 'x) |
7 *If non-nil, then the font menu will try to show only bitmap fonts.") | |
8 | 9 |
9 (defvar font-menu-this-frame-only-p nil "\ | 10 (defcustom font-menu-this-frame-only-p nil "*If non-nil, then changing the default font from the font menu will only\naffect one frame instead of all frames." :type 'boolean :group 'x) |
10 *If non-nil, then changing the default font from the font menu will only | |
11 affect one frame instead of all frames.") | |
12 | 11 |
13 (fset 'install-font-menus 'reset-device-font-menus) | 12 (fset 'install-font-menus 'reset-device-font-menus) |
14 | 13 |
15 (autoload 'reset-device-font-menus "x-font-menu" "\ | 14 (autoload 'reset-device-font-menus "x-font-menu" "\ |
16 Generates the `Font', `Size', and `Weight' submenus for the Options menu. | 15 Generates the `Font', `Size', and `Weight' submenus for the Options menu. |
25 (autoload 'font-menu-size-constructor "x-font-menu" nil nil nil) | 24 (autoload 'font-menu-size-constructor "x-font-menu" nil nil nil) |
26 | 25 |
27 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil) | 26 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil) |
28 | 27 |
29 ;;;*** | 28 ;;;*** |
30 | |
31 (provide 'x11-autoloads) |