Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
db21122c
Commit
db21122c
authored
Oct 25, 2007
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Variable Definitions): Add :risky and :safe keywords.
parent
b68769f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/customize.texi
doc/lispref/customize.texi
+8
-0
No files found.
doc/lispref/ChangeLog
View file @
db21122c
2007
-
10
-
25
Glenn
Morris
<
rgm
@
gnu
.
org
>
*
customize
.
texi
(
Variable
Definitions
):
Add
:
risky
and
:
safe
keywords
.
2007
-
10
-
22
Juri
Linkov
<
juri
@
jurta
.
org
>
*
minibuf
.
texi
(
Text
from
Minibuffer
,
Minibuffer
Completion
)
...
...
doc/lispref/customize.texi
View file @
db21122c
...
...
@@ -393,6 +393,14 @@ value and then reevaluates the defcustom. By that time, the necessary
variables
and
functions
will
be
defined
,
so
there
will
not
be
an
error
.
@
end
table
@
item
:
risky
@
var
{
value
}
@
kindex
risky
@
r
{,
@
code
{
defcustom
}
keyword
}
Set
this
variable
's @code{risky-local-variable} property to @var{value}.
@item :safe @var{function}
@kindex safe@r{, @code{defcustom} keyword}
Set this variable'
s
@
code
{
safe
-
local
-
variable
}
property
to
@
var
{
function
}.
@
item
:
set
-
after
@
var
{
variables
}
@
kindex
set
-
after
@
r
{,
@
code
{
defcustom
}
keyword
}
When
setting
variables
according
to
saved
customizations
,
make
sure
to
...
...
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