emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/objed 2f3734b 095/166: Use inner word as symbol prefix


From: Clemens Radermacher
Subject: [elpa] externals/objed 2f3734b 095/166: Use inner word as symbol prefix
Date: Sun, 29 Dec 2019 08:21:07 -0500 (EST)

branch: externals/objed
commit 2f3734baff4684d310355c690236a3877d4f05eb
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]