diff options
| -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 2dd1954b..22f66263 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -329,7 +329,7 @@ proof-shell-retract-files-regexp." (defun isar-count-undos (span) "Count number of undos in a span, return the command needed to undo that far." (let - ((case-fold-search nil) + ((case-fold-search nil) ;FIXME ?? (ct 0) str i) (while span (setq str (span-property span 'cmd)) |
