emacs-diffs
[Top][All Lists]
Advanced

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

master 966d0a62a1a: * Fix `capitalize` entry in `comp-known-type-specifi


From: Andrea Corallo
Subject: master 966d0a62a1a: * Fix `capitalize` entry in `comp-known-type-specifiers` (bug#69631)
Date: Fri, 8 Mar 2024 08:36:26 -0500 (EST)

branch: master
commit 966d0a62a1a13a3df5155476d36eafe17999497e
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * Fix `capitalize` entry in `comp-known-type-specifiers` (bug#69631)
    
    * lisp/emacs-lisp/comp-common.el (comp-known-type-specifiers): Fix
    'capitalize' entry.
---
 lisp/emacs-lisp/comp-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp-common.el b/lisp/emacs-lisp/comp-common.el
index 221f819e474..4edfe811586 100644
--- a/lisp/emacs-lisp/comp-common.el
+++ b/lisp/emacs-lisp/comp-common.el
@@ -119,7 +119,7 @@ Used to modify the compiler environment."
      (function ((or integer marker) (or integer marker)) string))
     (bufferp (function (t) boolean))
     (byte-code-function-p (function (t) boolean))
-    (capitalize (function (or integer string) (or integer string)))
+    (capitalize (function ((or integer string)) (or integer string)))
     (car (function (list) t))
     (car-less-than-car (function (list list) boolean))
     (car-safe (function (t) t))



reply via email to

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