aboutsummaryrefslogtreecommitdiff
path: root/compat-28.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-09 15:50:00 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-09 15:52:26 +0100
commit2514d35259a1a1abef90ccc9be9e903ec9b70e78 (patch)
treee7ce9ccccb62595b2923796708a8fd8cdc94be51 /compat-28.el
parent4282822d77769cab07cf1f71ebaa6ed28ef62cdf (diff)
alist-get: Minor cleanup
Diffstat (limited to 'compat-28.el')
-rw-r--r--compat-28.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat-28.el b/compat-28.el
index b5fc0fc..43d2c91 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -27,7 +27,7 @@
;;;; Defined in fns.c
-;;* INCOMPLETE FEATURE: Should handle multibyte regular expressions
+;; FIXME Should handle multibyte regular expressions
(compat-defun string-search (needle haystack &optional start-pos) ;; <OK>
"Search for the string NEEDLE in the strign HAYSTACK.
@@ -290,7 +290,7 @@ If LENGTH is nil, use the window width."
;;;; Defined in subr.el
-;;* INCOMPLETE FEATURE: Should handle multibyte regular expressions
+;; FIXME Should handle multibyte regular expressions
(compat-defun string-replace (fromstring tostring instring) ;; <OK>
"Replace FROMSTRING with TOSTRING in INSTRING each time it occurs."
(when (equal fromstring "")