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

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

[elpa] externals/consult bfff7e13f0: Remove obsolete variables


From: ELPA Syncer
Subject: [elpa] externals/consult bfff7e13f0: Remove obsolete variables
Date: Fri, 15 Dec 2023 12:57:39 -0500 (EST)

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

    Remove obsolete variables
---
 CHANGELOG.org | 8 +++++---
 consult.el    | 3 ---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 405af12146..5269b045a3 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -5,12 +5,14 @@
 * Development
 
 - Bugfixes:
-  + =consult-xref=: Do not error for an empty location list.
-  + =consult--read=: Catch null completion if require-match is non-nil.
-  + =consult--multi=: Ensure that :new action is invoked on visible source.
+  + ~consult-xref~: Do not error for an empty location list.
+  + ~consult--read~: Catch null completion if require-match is non-nil.
+  + ~consult--multi~: Ensure that :new action is invoked on visible source.
 - File preview: Check for long lines when previewing files partially.
 - Use ~minibuffer-local-filename-syntax~ and 
~read-file-name-completion-ignore-case~
   for directory prompt of the ~consult-grep~ and ~consult--find~ family of 
commands.
+- Remove obsolete variables ~consult-preview-max-size~ and
+  ~consult-preview-raw-size~.
 
 * Version 1.0 (2023-12-01)
 
diff --git a/consult.el b/consult.el
index ae04d30107..91143c7902 100644
--- a/consult.el
+++ b/consult.el
@@ -320,9 +320,6 @@ individual keys must be strings accepted by `key-valid-p'."
                  (key :tag "Key")
                  (repeat :tag "List of keys" key)))
 
-(make-obsolete-variable 'consult-preview-raw-size nil "0.35")
-(make-obsolete-variable 'consult-preview-max-size nil "0.35")
-
 (defcustom consult-preview-partial-size 1048576
   "Files larger than this byte limit are previewed partially."
   :type '(natnum :tag "File size in bytes"))



reply via email to

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