diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-02-17 13:27:56 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-02-17 13:27:56 +0000 |
commit | cccd701ac952f81da8444576a72d92b37ddf42d2 (patch) | |
tree | 82e917ca4e5cf1cc87f50655de52505495519c6f /lisp/net/shr.el | |
parent | 06f8407ee67b7b19302ff94e3d142c581ba1e25f (diff) | |
download | emacs-cccd701ac952f81da8444576a72d92b37ddf42d2.tar.gz emacs-cccd701ac952f81da8444576a72d92b37ddf42d2.tar.bz2 emacs-cccd701ac952f81da8444576a72d92b37ddf42d2.zip |
; Finish recent rename of completion-* predicates.
Diffstat (limited to 'lisp/net/shr.el')
-rw-r--r-- | lisp/net/shr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 739b56b88c6..0e89999b756 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) |