diff 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
line wrap: on
line diff
--- a/lisp/custom/custom.el	Mon Aug 13 09:57:40 2007 +0200
+++ b/lisp/custom/custom.el	Mon Aug 13 09:58:30 2007 +0200
@@ -4,7 +4,7 @@
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Keywords: help, faces
-;; Version: 1.9958
+;; Version: 1.9960
 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
 
 ;; This file is part of GNU Emacs.
@@ -31,8 +31,13 @@
 ;; This file only contain the code needed to declare and initialize
 ;; user options.  The code to customize options is autoloaded from
 ;; `cus-edit.el'. 
-
+;;
 ;; The code implementing face declarations is in `cus-face.el'
+;;
+;; IMPORTANT: This version of custom is for Emacs 19.34 and XEmacs
+;; 19.15 - 20.2 only.  If you use Emacs 20.1, XEmacs 20.3, or anything
+;; newer, please use the version of custom bundled with your emacs.
+;; If you use an older emacs, please upgrade.
 
 ;;; Code: