emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/marginalia dae176389c: Add link to bug#53988


From: ELPA Syncer
Subject: [elpa] externals/marginalia dae176389c: Add link to bug#53988
Date: Sun, 13 Feb 2022 19:57:40 -0500 (EST)

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

    Add link to bug#53988
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 0ee876491f..31e3e1fa1a 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -591,7 +591,7 @@ keybinding since CAND includes it."
           ((pred bool-vector-p) (propertize "#<bool-vector>" 'face 
'marginalia-value))
           ((pred hash-table-p) (propertize "#<hash-table>" 'face 
'marginalia-value))
           ((pred syntax-table-p) (propertize "#<syntax-table>" 'face 
'marginalia-value))
-          ;; Emacs BUG: abbrev-table-p throws an error
+          ;; Emacs bug#53988: abbrev-table-p throws an error
           ((guard (ignore-errors (abbrev-table-p val))) (propertize 
"#<abbrev-table>" 'face 'marginalia-value))
           ((pred char-table-p) (propertize "#<char-table>" 'face 
'marginalia-value))
           ((pred byte-code-function-p) (propertize "#<byte-code-function>" 
'face 'marginalia-function))



reply via email to

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