branch: externals/objed
commit 2f3734baff4684d310355c690236a3877d4f05eb
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Use inner word as symbol prefix
---
objed-objects.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/objed-objects.el b/objed-objects.el
index 40ea5bb..b617203 100644
--- a/objed-objects.el
+++ b/objed-objects.el
@@ -2301,7 +2301,7 @@ non-nil the indentation block can contain empty lines."
:ibounds (save-excursion
;; use the symbol prefix by default
(goto-char (car bounds))
- (bounds-of-thing-at-point 'word)))))
+ (objed--inner-word-bounds)))))
:try-next
(objed--next-identifier)