diff options
author | Case Duckworth | 2021-09-04 23:54:12 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-04 23:54:12 -0500 |
commit | b0c3c90e9e173ada14073b90c2ff5d6d25ed0da3 (patch) | |
tree | bff3d076ce3f10ed8b9b1e712a232dcd06e2068f /lisp | |
parent | Add :face (diff) | |
download | emacs-b0c3c90e9e173ada14073b90c2ff5d6d25ed0da3.tar.gz emacs-b0c3c90e9e173ada14073b90c2ff5d6d25ed0da3.zip |
Whitespace ... more
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)) |