Mercurial > hg > xemacs-beta
comparison lisp/custom/custom.el @ 193:f53b5ca2e663 r20-3b23
Import from CVS: tag r20-3b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:58:30 +0200 |
parents | 489f57a838ef |
children | a2f645c6b9f8 |
comparison
equal
deleted
inserted
replaced
192:9d35321dd38c | 193:f53b5ca2e663 |
---|---|
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.9958 | 7 ;; Version: 1.9960 |
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 |
29 ;; If you want to use this code, please visit the URL above. | 29 ;; If you want to use this code, please visit the URL above. |
30 ;; | 30 ;; |
31 ;; This file only contain the code needed to declare and initialize | 31 ;; This file only contain the code needed to declare and initialize |
32 ;; user options. The code to customize options is autoloaded from | 32 ;; user options. The code to customize options is autoloaded from |
33 ;; `cus-edit.el'. | 33 ;; `cus-edit.el'. |
34 | 34 ;; |
35 ;; The code implementing face declarations is in `cus-face.el' | 35 ;; The code implementing face declarations is in `cus-face.el' |
36 ;; | |
37 ;; IMPORTANT: This version of custom is for Emacs 19.34 and XEmacs | |
38 ;; 19.15 - 20.2 only. If you use Emacs 20.1, XEmacs 20.3, or anything | |
39 ;; newer, please use the version of custom bundled with your emacs. | |
40 ;; If you use an older emacs, please upgrade. | |
36 | 41 |
37 ;;; Code: | 42 ;;; Code: |
38 | 43 |
39 (require 'widget) | 44 (require 'widget) |
40 | 45 |