diff options
| author | Paul Eggert | 2011-04-13 22:04:02 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 22:04:02 -0700 |
| commit | a7ca3326c4740ed3ed118b794d35d235de49f346 (patch) | |
| tree | 5d38e0eac8e839c84a4ccb6e8a07c3c7858fff54 /src/undo.c | |
| parent | e87b6180b08c60a256dd8557945321ce2354a3a9 (diff) | |
| download | emacs-a7ca3326c4740ed3ed118b794d35d235de49f346.tar.gz emacs-a7ca3326c4740ed3ed118b794d35d235de49f346.zip | |
Undo the DEFUN->DEFUE change.
Diffstat (limited to 'src/undo.c')
| -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 ba420fde817..80aff50d18a 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -270,7 +270,7 @@ record_property_change (EMACS_INT beg, EMACS_INT length, | |||
| 270 | current_buffer = obuf; | 270 | current_buffer = obuf; |
| 271 | } | 271 | } |
| 272 | 272 | ||
| 273 | DEFUE ("undo-boundary", Fundo_boundary, Sundo_boundary, 0, 0, 0, | 273 | DEFUN ("undo-boundary", Fundo_boundary, Sundo_boundary, 0, 0, 0, |
| 274 | doc: /* Mark a boundary between units of undo. | 274 | doc: /* Mark a boundary between units of undo. |
| 275 | An undo command will stop at this point, | 275 | An undo command will stop at this point, |
| 276 | but another undo command will undo to the previous boundary. */) | 276 | but another undo command will undo to the previous boundary. */) |