Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dc417415
Commit
dc417415
authored
May 23, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(hack-one-local-variable): Check properly for `defun.
parent
e6a4af1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/files.el
View file @
dc417415
...
...
@@ -1136,7 +1136,7 @@ If `enable-local-variables' is nil, this function does not check for a
;; Only allow safe values of lisp-indent-hook;
;; not functions.
(
or
(
numberp
(
nth
3
val
))
(
eq
(
nth
3
val
)
'defun
))
(
eq
ual
(
nth
3
val
)
'
'defun
))
(
memq
(
nth
1
(
nth
2
val
))
'
(
lisp-indent-hook
)))
;; Permit eval if not root and user says ok.
...
...
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