aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 12:25:56 +0000
committerAndreas Schwab1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/undo.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
downloademacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz
emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip
Fix -Wimplicit warnings.
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c1
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
527void
527syms_of_undo () 528syms_of_undo ()
528{ 529{
529 Qinhibit_read_only = intern ("inhibit-read-only"); 530 Qinhibit_read_only = intern ("inhibit-read-only");