projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
695a6f9
)
* src/undo.c (run_undoable_change): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 13 Nov 2015 16:44:14 +0000
(08:44 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 13 Nov 2015 16:44:34 +0000
(08:44 -0800)
src/undo.c
patch
|
blob
|
history
diff --git
a/src/undo.c
b/src/undo.c
index 0a5da853dc00b9a3a421cf265d1e4b825ecf268e..214beaeb9ea5f78a30a8c73671fa40b26e5dd582 100644
(file)
--- a/
src/undo.c
+++ b/
src/undo.c
@@
-34,7
+34,7
@@
static ptrdiff_t last_boundary_position;
an undo-boundary. */
static Lisp_Object pending_boundary;
-void
+
static
void
run_undoable_change (void)
{
call0 (Qundo_auto__undoable_change);