summaryrefslogtreecommitdiff
path: root/lisp/ldg-xact.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ldg-xact.el')
-rw-r--r--lisp/ldg-xact.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ldg-xact.el b/lisp/ldg-xact.el
index 5945632a..e1f165a7 100644
--- a/lisp/ldg-xact.el
+++ b/lisp/ldg-xact.el
@@ -9,12 +9,12 @@
nil
(function
(lambda ()
- (if (re-search-forward
- (concat "^[0-9/.=-]+\\(\\s-+\\*\\)?\\(\\s-+(.*?)\\)?\\s-+"
- "\\(.+?\\)\\(\t\\|\n\\| [ \t]\\)") nil t)
- (goto-char (match-beginning 0))
- (goto-char (point-max)))))
+ (if (re-search-forward
+ (concat "^[0-9/.=-]+\\(\\s-+\\*\\)?\\(\\s-+(.*?)\\)?\\s-+"
+ "\\(.+?\\)\\(\t\\|\n\\| [ \t]\\)") nil t)
+ (goto-char (match-beginning 0))
+ (goto-char (point-max)))))
(function
(lambda ()
- (forward-paragraph))))))
+ (forward-paragraph))))))