From 609ed52c918fdc96e64d5f4b997fdd02d0b56951 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 22 Sep 1999 16:23:00 +0000 Subject: Whitespace. --- generic/proof-script.el | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'generic/proof-script.el') diff --git a/generic/proof-script.el b/generic/proof-script.el index 2e5b87ae..5067d665 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -1618,16 +1618,15 @@ No action if BUF is nil." With ARG, turn on the Active Terminator minor mode if and only if ARG is positive. -If active terminator mode is enabled, pressing a terminator will automatically activate `proof-assert-next-command' for convenience." - +If active terminator mode is enabled, pressing a terminator will +automatically activate `proof-assert-next-command' for convenience." (interactive "P") - - (setq proof-active-terminator-minor-mode - (if (null arg) (not proof-active-terminator-minor-mode) - (> (prefix-numeric-value arg) 0))) - (if (fboundp 'redraw-modeline) - (redraw-modeline) - (force-mode-line-update))) + (setq proof-active-terminator-minor-mode + (if (null arg) (not proof-active-terminator-minor-mode) + (> (prefix-numeric-value arg) 0))) + (if (fboundp 'redraw-modeline) + (redraw-modeline) + (force-mode-line-update))) (defun proof-process-active-terminator () "Insert the proof command terminator, and assert up to it." -- cgit v1.2.3