diff options
| author | Simon Tatham <anakin@pobox.com> | 2001-10-25 12:25:32 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2001-10-25 12:25:32 +0000 |
| commit | b5d3d7e36e39743dcee33408d99d5c3d09609fa8 (patch) | |
| tree | d2cc324799b230edf02fc1895bef85f189b993be | |
| parent | 037edd44175be99bd9f275e55d6b334aed51212c (diff) | |
| download | halibut-b5d3d7e36e39743dcee33408d99d5c3d09609fa8.zip halibut-b5d3d7e36e39743dcee33408d99d5c3d09609fa8.tar.gz halibut-b5d3d7e36e39743dcee33408d99d5c3d09609fa8.tar.bz2 halibut-b5d3d7e36e39743dcee33408d99d5c3d09609fa8.tar.xz | |
Update for folding mode in later Jeds.
[originally from svn r1323]
| -rw-r--r-- | misc/buttress.sl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/buttress.sl b/misc/buttress.sl index 3474790..60c1c5b 100644 --- a/misc/buttress.sl +++ b/misc/buttress.sl @@ -66,6 +66,10 @@ define buttress_wrap_hook() { } } +#ifexists mode_set_mode_info +mode_set_mode_info("Buttress", "fold_info", "\\# {{{\r\\# }}}\r\r"); +#endif + define buttress_mode() { variable mode = "Buttress"; % use_keymap (mode); |