diff options
| author | Makarius Wenzel | 2006-02-12 13:47:18 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 2006-02-12 13:47:18 +0000 |
| commit | a33a90a4d91df59c51ee51061157ae11209507ee (patch) | |
| tree | 9d5dc8e17c35fd0be85345b30a0ee58bf8e8d0c9 | |
| parent | 9ea00d485050d4ed13e2a7e034eb918dfd63de33 (diff) | |
isar-preprocessing: replace \n by \<^newline>;
| -rw-r--r-- | isar/isar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el index 1d1fe5c4..41871478 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -590,7 +590,7 @@ Checks the width in the `proof-goals-buffer'" ;; (if (proof-string-match "\\.ML$" (buffer-name proof-script-buffer)) ;; (format "ML_command {* %s *};" string) ;; string) - string + (proof-replace-regexp-in-string "\n" "\\\\<^newline>" string) " \\<^sync>;")))) (defun isar-mode-config () |
