diff options
| author | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
| commit | dfcf069d565c347abf3cb7cec80e6ed8432037ba (patch) | |
| tree | cd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/undo.c | |
| parent | 0f94f94657ad7a6a68e64c612285a5e06152def2 (diff) | |
| download | emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip | |
Fix -Wimplicit warnings.
Diffstat (limited to 'src/undo.c')
| -rw-r--r-- | src/undo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/undo.c b/src/undo.c index ceaf3b421d2..86bcdc9977d 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -524,6 +524,7 @@ Return what remains of the list.") | |||
| 524 | return unbind_to (count, list); | 524 | return unbind_to (count, list); |
| 525 | } | 525 | } |
| 526 | 526 | ||
| 527 | void | ||
| 527 | syms_of_undo () | 528 | syms_of_undo () |
| 528 | { | 529 | { |
| 529 | Qinhibit_read_only = intern ("inhibit-read-only"); | 530 | Qinhibit_read_only = intern ("inhibit-read-only"); |