comparison lisp/custom/custom.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children 85ec50267440
comparison
equal deleted inserted replaced
164:4e0740e5aab2 165:5a88923fcbfe
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.9931 7 ;; Version: 1.9937
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
42 :load :link :options :type :group) 42 :load :link :options :type :group)
43 43
44 ;; These autoloads should be deleted eventually. 44 ;; These autoloads should be deleted eventually.
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 'customize-set-value "cus-edit" nil t)
48 (autoload 'custom-set-variable "cus-edit" nil t) 48 (autoload 'customize-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-browse "cus-edit" nil t)
51 (autoload 'customize-group "cus-edit" nil t) 51 (autoload 'customize-group "cus-edit" nil t)
52 (autoload 'customize-group-other-window "cus-edit" nil t) 52 (autoload 'customize-group-other-window "cus-edit" nil t)
53 (autoload 'customize-variable "cus-edit" nil t) 53 (autoload 'customize-variable "cus-edit" nil t)