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
e6dd6080
Commit
e6dd6080
authored
Nov 16, 1992
by
Jim Blandy
Browse files
* undo.c (Fprimitive_undo): Remove whitespace in front of #ifdef
and #endif.
parent
a04c9535
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/undo.c
src/undo.c
+2
-2
No files found.
src/undo.c
View file @
e6dd6080
...
...
@@ -294,9 +294,9 @@ Return what remains of the list.")
then don't mark unmodified. */
if
(
mod_time
!=
current_buffer
->
modtime
)
break
;
#ifdef CLASH_DETECTION
#ifdef CLASH_DETECTION
Funlock_buffer
();
#endif
/* CLASH_DETECTION */
#endif
/* CLASH_DETECTION */
Fset_buffer_modified_p
(
Qnil
);
}
else
if
(
XTYPE
(
car
)
==
Lisp_Int
&&
XTYPE
(
cdr
)
==
Lisp_Int
)
...
...
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