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
Open sidebar
emacs
emacs
Commits
5c4634c1
Commit
5c4634c1
authored
Oct 07, 2009
by
Stefan Monnier
Browse files
(read-file-local-variable): Include some
non-user-variables in the completion table (bug#4664).
parent
7f8b600a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/files-x.el
lisp/files-x.el
+1
-0
No files found.
lisp/ChangeLog
View file @
5c4634c1
2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
* files-x.el (read-file-local-variable): Include some
non-user-variables in the completion table (bug#4664).
2009-10-07 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-cache.el (tramp-flush-connection-property): Add trace
...
...
lisp/files-x.el
View file @
5c4634c1
...
...
@@ -49,6 +49,7 @@ Intended to be used in the `interactive' spec of
obarray
(
lambda
(
sym
)
(
or
(
user-variable-p
sym
)
(
get
sym
'safe-local-variable
)
(
memq
sym
'
(
mode
eval
coding
unibyte
))))
nil
nil
nil
default
nil
))
(
and
(
stringp
variable
)
(
intern
variable
))))
...
...
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