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
8197b8bf
Commit
8197b8bf
authored
May 20, 1994
by
Richard M. Stallman
Browse files
(dired-readin): Clear modified flag at the very end.
parent
f9b3ef88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/dired.el
lisp/dired.el
+2
-2
No files found.
lisp/dired.el
View file @
8197b8bf
...
...
@@ -477,11 +477,11 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
;; alist to be OK.
)
(message "
Reading
directory
%s...done
" dirname)
(set-buffer-modified-p nil)
;; Must first make alist buffer local and set it to nil because
;; dired-build-subdir-alist will call dired-clear-alist first
(set (make-local-variable 'dired-subdir-alist) nil)
(dired-build-subdir-alist))))
(dired-build-subdir-alist)
(set-buffer-modified-p nil))))
;; Subroutines of dired-readin
...
...
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