comparison lisp/custom/custom.el @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 28f395d8dc7a
children 5a88923fcbfe
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
2 ;; 2 ;;
3 ;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1996, 1997 Free Software Foundation, Inc.
4 ;; 4 ;;
5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
6 ;; Keywords: help, faces 6 ;; Keywords: help, faces
7 ;; Version: 1.9916 7 ;; Version: 1.9931
8 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ 8 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
45 (unless (fboundp 'load-gc) 45 (unless (fboundp 'load-gc)
46 ;; From cus-edit.el 46 ;; From cus-edit.el
47 (autoload 'custom-set-value "cus-edit" nil t) 47 (autoload 'custom-set-value "cus-edit" nil t)
48 (autoload 'custom-set-variable "cus-edit" nil t) 48 (autoload 'custom-set-variable "cus-edit" nil t)
49 (autoload 'customize "cus-edit" nil t) 49 (autoload 'customize "cus-edit" nil t)
50 (autoload 'customize-browse "cus-edit" nil t)
50 (autoload 'customize-group "cus-edit" nil t) 51 (autoload 'customize-group "cus-edit" nil t)
51 (autoload 'customize-group-other-window "cus-edit" nil t) 52 (autoload 'customize-group-other-window "cus-edit" nil t)
52 (autoload 'customize-variable "cus-edit" nil t) 53 (autoload 'customize-variable "cus-edit" nil t)
53 (autoload 'customize-variable-other-window "cus-edit" nil t) 54 (autoload 'customize-variable-other-window "cus-edit" nil t)
54 (autoload 'customize-face "cus-edit" nil t) 55 (autoload 'customize-face "cus-edit" nil t)