Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5e864ab
Commit
e5e864ab
authored
Apr 10, 2006
by
Bill Wohler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Common Keywords): Add :package-version.
parent
4e9c705e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
lispref/ChangeLog
lispref/ChangeLog
+4
-0
lispref/customize.texi
lispref/customize.texi
+19
-0
No files found.
lispref/ChangeLog
View file @
e5e864ab
2006
-
04
-
10
Bill
Wohler
<
wohler
@
newt
.
com
>
*
customize
.
texi
(
Common
Keywords
):
Add
:
package
-
version
.
2006
-
04
-
10
Kim
F
.
Storm
<
storm
@
cua
.
dk
>
*
text
.
texi
(
Buffer
Contents
):
Add
NOPROPS
arg
to
...
...
lispref/customize.texi
View file @
e5e864ab
...
...
@@ -130,6 +130,25 @@ any effect unless the code which implements the mode is loaded.
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
.
@
item
:
package
-
version
'(@var{package} @var{version})
This option specifies that the item was first introduced in
@var{package} 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
@code{customize-package-emacs-version-alist}. This alist maps packages
to alists that map all package versions used with the
@code{: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:
@smallexample
(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")))
@end smallexample
@end table
@node Group Definitions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment