diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw-re.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/acdw-re.el b/lisp/acdw-re.el index ea1c42a..f7df241 100644 --- a/lisp/acdw-re.el +++ b/lisp/acdw-re.el | |||
@@ -48,7 +48,9 @@ surrounded by word boundaries." | |||
48 | "") | 48 | "") |
49 | " regexp" | 49 | " regexp" |
50 | (if (with-selected-window reb-target-window | 50 | (if (with-selected-window reb-target-window |
51 | (region-active-p)) " in region" "")) | 51 | (region-active-p)) |
52 | " in region" | ||
53 | "")) | ||
52 | t)) | 54 | t)) |
53 | (pnt (car acdw/re-builder-positions)) | 55 | (pnt (car acdw/re-builder-positions)) |
54 | (beg (cadr acdw/re-builder-positions)) | 56 | (beg (cadr acdw/re-builder-positions)) |