emacs-diffs
[Top][All Lists]
Advanced

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

master cccd701: ; Finish recent rename of completion-* predicates.


From: Basil L. Contovounesios
Subject: master cccd701: ; Finish recent rename of completion-* predicates.
Date: Wed, 17 Feb 2021 08:32:30 -0500 (EST)

branch: master
commit cccd701ac952f81da8444576a72d92b37ddf42d2
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Finish recent rename of completion-* predicates.
---
 lisp/net/shr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 739b56b..0e89999 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -434,7 +434,7 @@ Value is a pair of positions (START . END) if there is a 
non-nil
 
 (defun shr-show-alt-text ()
   "Show the ALT text of the image under point."
-  (declare (completion (lambda (_ b) (completion-button-p 'shr b))))
+  (declare (completion (lambda (_ b) (command-completion-button-p 'shr b))))
   (interactive)
   (let ((text (get-text-property (point) 'shr-alt)))
     (if (not text)



reply via email to

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