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
fe45b81f
Commit
fe45b81f
authored
Jun 28, 2007
by
Stefan Monnier
Browse files
(Fdo_auto_save): Revert last patch installed unwillingly as
part of the 2007-06-27 change to syms_of_fileio.
parent
e1e16897
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/fileio.c
src/fileio.c
+0
-2
No files found.
src/ChangeLog
View file @
fe45b81f
2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
* fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
part of the 2007-06-27 change to syms_of_fileio.
2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
...
...
src/fileio.c
View file @
fe45b81f
...
...
@@ -6021,8 +6021,6 @@ A non-nil CURRENT-ONLY argument means save only current buffer. */)
/* Prevent another auto save till enough input events come in. */
record_auto_save ();
if (stream != NULL)
fclose (stream);
if (auto_saved && NILP (no_message))
{
...
...
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