comparison lisp/x11/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18

Import from CVS: tag r20-3b18
author cvs
date Mon, 13 Aug 2007 09:54:23 +0200
parents 15872534500d
children a2f645c6b9f8
comparison
equal deleted inserted replaced
182:f07455f06202 183:e121b013d1f0
1 ;;; DO NOT MODIFY THIS FILE 1 ;;; DO NOT MODIFY THIS FILE
2 (if (not (featurep 'x11-autoloads)) 2 (if (featurep 'x11-autoloads) (error "Already loaded"))
3 (progn
4 3
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") 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 5
7 (defvar font-menu-ignore-scaled-fonts t "\ 6 (defvar font-menu-ignore-scaled-fonts t "\
8 *If non-nil, then the font menu will try to show only bitmap fonts.") 7 *If non-nil, then the font menu will try to show only bitmap fonts.")
28 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil) 27 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil)
29 28
30 ;;;*** 29 ;;;***
31 30
32 (provide 'x11-autoloads) 31 (provide 'x11-autoloads)
33 ))