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
cf66a343
Commit
cf66a343
authored
Jun 17, 2009
by
Glenn Morris
Browse files
(dir-locals-set-directory-class): Fix doc typo.
parent
67cbe681
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+6
-1
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/ChangeLog
View file @
cf66a343
2009-06-17 Glenn Morris <rgm@gnu.org>
* files.el (dir-locals-set-directory-class): Fix doc typo.
2009-06-17 Kenichi Handa <handa@m17n.org>
* international/mule-diag.el (list-character-sets): Change
...
...
@@ -564,7 +568,8 @@
2009-04-11 Chong Yidong <cyd@stupidchicken.com>
* files.el (dir-locals-directory-cache): Change format to include
* files.el (dir-locals-directory-cache): Rename from
dir-locals-directory-alist. Change format to include
the mtime of the directory-local variables file (Bug#2833).
(dir-locals-set-directory-class): New arg mtime. Store it in
dir-locals-directory-cache.
...
...
lisp/files.el
View file @
cf66a343
...
...
@@ -3246,7 +3246,7 @@ Return the new variables list."
DIRECTORY is the name of a directory, a string.
CLASS is the name of a project class, a symbol.
MTIME is either the modification time of the directory-local
variables file that defined this
this
class, or nil.
variables file that defined this class, or nil.
When a file beneath DIRECTORY is visited, the mode-specific
variables from CLASS are applied to the buffer. The variables
...
...
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