emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/customize.texi


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lispref/customize.texi
Date: Mon, 10 Apr 2006 23:44:55 +0000

Index: emacs/lispref/customize.texi
diff -u emacs/lispref/customize.texi:1.53 emacs/lispref/customize.texi:1.54
--- emacs/lispref/customize.texi:1.53   Mon Feb  6 11:55:09 2006
+++ emacs/lispref/customize.texi        Mon Apr 10 23:44:54 2006
@@ -130,6 +130,25 @@
 This option specifies that the item was first introduced in Emacs
 version @var{version}, or that its default value was changed in that
 version.  The value @var{version} must be a string.
+
address@hidden :package-version '(@var{package} @var{version})
+This option specifies that the item was first introduced in
address@hidden version @var{version}, or that its default value was
+changed in that version.  This keyword takes priority over :version.
+The @var{package} and @var{version} must appear in the alist
address@hidden  This alist maps packages
+to alists that map all package versions used with the
address@hidden:package-version} keyword to Emacs versions.  Packages are
+symbols and versions are strings.  For example, the MH-E package
+updates this alist with the following:
+
address@hidden
+(add-to-list 'customize-package-emacs-version-alist
+             '(MH-E ("6.0" "22.1") ("6.1" "22.1") ("7.0" "22.1")
+                    ("7.1" "22.1") ("7.2" "22.1") ("7.3" "22.1")
+                    ("7.4" "22.1") ("8.0" "22.1")))
address@hidden smallexample
+
 @end table
 
 @node Group Definitions




reply via email to

[Prev in Thread] Current Thread [Next in Thread]