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
57a0155c
Commit
57a0155c
authored
Mar 13, 1994
by
Karl Heuer
Browse files
Fix typo in comment.
parent
6d0d0e8d
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 @
57a0155c
...
...
@@ -912,7 +912,7 @@ If `enable-local-variables' is nil, this function does not check for a
(
goto-char
beg
)
(
if
(
save-excursion
(
search-forward
":"
end
t
))
;; Find all specifications for the `mode:' variable
;; and execute hem left to right.
;; and execute
t
hem left to right.
(
while
(
let
((
case-fold-search
t
))
(
search-forward
"mode:"
end
t
))
(
skip-chars-forward
" \t"
)
...
...
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