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

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

[elpa] externals/consult 9078c245a1: Use compat 29.1


From: ELPA Syncer
Subject: [elpa] externals/consult 9078c245a1: Use compat 29.1
Date: Thu, 5 Jan 2023 12:57:30 -0500 (EST)

branch: externals/consult
commit 9078c245a1794850ba5fd8758f2adc51738e073b
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Use compat 29.1
---
 consult.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/consult.el b/consult.el
index 8d783202a1..8e69a45c55 100644
--- a/consult.el
+++ b/consult.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>
 ;; Created: 2020
 ;; Version: 0.30
-;; Package-Requires: ((emacs "27.1") (compat "28.1"))
+;; Package-Requires: ((emacs "27.1") (compat "29.1"))
 ;; Homepage: https://github.com/minad/consult
 
 ;; This file is part of GNU Emacs.
@@ -57,7 +57,6 @@
 (require 'recentf)
 (require 'seq)
 (require 'compat)
-(require 'compat-28)
 
 (defgroup consult nil
   "Consulting `completing-read'."
@@ -875,7 +874,7 @@ The line beginning/ending BEG/END is bound in BODY."
           (while (< pos nextd)
             (let ((nexti (next-single-property-change pos 'invisible string 
nextd)))
               (unless (get-text-property pos 'invisible string)
-                (setq width (+ width (compat-string-width string pos nexti))))
+                (setq width (+ width (compat-call string-width string pos 
nexti))))
               (setq pos nexti))))))
     width))
 



reply via email to

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