aboutsummaryrefslogtreecommitdiff
path: root/compat-29.el
diff options
context:
space:
mode:
Diffstat (limited to 'compat-29.el')
-rw-r--r--compat-29.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-29.el b/compat-29.el
index 821d283..e597d5e 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -170,7 +170,7 @@ This function does not move point. Also see `line-end-position'."
;;;; Defined in subr.el
-(compat-defun string-lines (string &optional omit-nulls keep-newlines)
+(compat-defun string-lines (string &optional omit-nulls keep-newlines) ;; <compat-tests:string-lines>
"Handle additional KEEP-NEWLINES argument."
:extended "28.1"
(if (equal string "")