]> git.eshelyaron.com Git - emacs.git/commitdiff
* Fix 'parse-colon-path' entry in 'comp-known-type-specifiers'
authorAndrea Corallo <acorallo@gnu.org>
Thu, 22 Feb 2024 19:40:57 +0000 (20:40 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:40:10 +0000 (18:40 +0100)
* lisp/emacs-lisp/comp-common.el (comp-known-type-specifiers): Fix
'parse-colon-path'.

(cherry picked from commit 58ca91fe0723c861d53375f52e5b6dd54a49a2e3)

lisp/emacs-lisp/comp-common.el

index 6ba9664ea5c3164e14ad4f5aa44671ead1a14334..ca21ed05bb4249e53fb3974dcfaa04787f8fafb4 100644 (file)
@@ -309,7 +309,7 @@ Used to modify the compiler environment."
     (numberp (function (t) boolean))
     (one-window-p (function (&optional t t) boolean))
     (overlayp (function (t) boolean))
-    (parse-colon-path (function (string) cons))
+    (parse-colon-path (function (string) list))
     (plist-get (function (list t &optional t) t))
     (plist-member (function (list t &optional t) list))
     (point (function () integer))