diff options
| author | Paul Eggert | 2015-11-13 08:44:14 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-13 08:44:34 -0800 |
| commit | 4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0 (patch) | |
| tree | ddc4eb02a157a84251bf198cbb7d1c696a860582 /src | |
| parent | 695a6f932b208c6e840bda9ddb5f01e81e830c45 (diff) | |
| download | emacs-4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0.tar.gz emacs-4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0.zip | |
* src/undo.c (run_undoable_change): Now static.
Diffstat (limited to 'src')
| -rw-r--r-- | src/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c index 0a5da853dc0..214beaeb9ea 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -34,7 +34,7 @@ static ptrdiff_t last_boundary_position; | |||
| 34 | an undo-boundary. */ | 34 | an undo-boundary. */ |
| 35 | static Lisp_Object pending_boundary; | 35 | static Lisp_Object pending_boundary; |
| 36 | 36 | ||
| 37 | void | 37 | static void |
| 38 | run_undoable_change (void) | 38 | run_undoable_change (void) |
| 39 | { | 39 | { |
| 40 | call0 (Qundo_auto__undoable_change); | 40 | call0 (Qundo_auto__undoable_change); |