branch: externals/marginalia
commit ccf573e2145d9deb9d734432351eefc87fc1bc16
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Version 1.1
---
 CHANGELOG.org | 2 +-
 marginalia.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 579a7dd418..ab03d6b136 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -2,7 +2,7 @@
 #+author: Omar Antolín Camarena, Daniel Mendler
 #+language: en
 
-* Development
+* Version 1.1 (2023-02-17)
 
 - Require the =compat= library.
 - Fix =marginalia-classify-by-prompt= such that it handles multiple brackets in
diff --git a/marginalia.el b/marginalia.el
index 91e008875f..20b6cf6979 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -5,7 +5,7 @@
 ;; Author: Omar Antolín Camarena <o...@matem.unam.mx>, Daniel Mendler 
<m...@daniel-mendler.de>
 ;; Maintainer: Omar Antolín Camarena <o...@matem.unam.mx>, Daniel Mendler 
<m...@daniel-mendler.de>
 ;; Created: 2020
-;; Version: 1.0
+;; Version: 1.1
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.3.4"))
 ;; Homepage: https://github.com/minad/marginalia
 
@@ -627,7 +627,7 @@ keybinding since CAND includes it."
         ;; Emacs 29 comes with callable objects or object closures (OClosures)
         ((guard (and (fboundp 'oclosure-type) (oclosure-type val)))
          (format (propertize "#<oclosure %s>" 'face 'marginalia-function)
-                (and (fboundp 'oclosure-type) (oclosure-type val))))
+                 (and (fboundp 'oclosure-type) (oclosure-type val))))
         ((pred byte-code-function-p) (propertize "#<byte-code-function>" 'face 
'marginalia-function))
         ((and (pred functionp) (pred symbolp))
          ;; NOTE: We are not consistent here, values are generally printed 
unquoted. But we

Reply via email to