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

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

[elpa] externals/consult 5b258a501a: Remove obsolete consult-line-point-


From: ELPA Syncer
Subject: [elpa] externals/consult 5b258a501a: Remove obsolete consult-line-point-placement
Date: Wed, 19 Oct 2022 17:57:32 -0400 (EDT)

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

    Remove obsolete consult-line-point-placement
---
 CHANGELOG.org | 5 +++--
 consult.el    | 4 ----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 505b08b325..d523aa0e05 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -8,6 +8,7 @@
 - Add =consult--source-file-register=, and make the registers available in
   =consult-buffer=.Registers are often used as quick access keys for files, 
e.g.,
   =(add-to-list 'register-alist '(?i file . "~/.emacs.d/init.el")))=.
+- Remove obsolete =consult-line-point-placement=
 
 * Version 0.20 (2022-10-16)
 
@@ -77,7 +78,7 @@
 
 * Version 0.16 (2022-03-08)
 
-- Bug fixes
+- Bugfixes
 - Deprecate =consult-project-root-function= in favor of 
=consult-project-function=.
 - Preconfigure =consult-project-function= with a default function based
   on project.el.
@@ -211,7 +212,7 @@
 - Rename =consult-error= to =consult-compile-error=
 - =consult-compile-error=: Allow calling the command from any buffer,
   use the errors from all compilation buffers related to the current buffer.
-- =consult-man=: Handle aggreated entries returned by mandoc
+- =consult-man=: Handle aggregated entries returned by mandoc
 - =consult-completion-in-region=: Added preview and =consult-preview-region= 
face
 - Added =consult-completion-in-region-styles= customization variable
 - Added =consult-xref=. The function can be set as =xref-show-xrefs-function=
diff --git a/consult.el b/consult.el
index ca3d98115d..1f0d360a1c 100644
--- a/consult.el
+++ b/consult.el
@@ -172,10 +172,6 @@ after selection."
 Otherwise start the search at the current line and wrap around."
   :type 'boolean)
 
-(define-obsolete-variable-alias
-  'consult-line-point-placement
-  'consult-point-placement "0.19")
-
 (defcustom consult-point-placement 'match-beginning
   "Where to leave point when jumping to a match.
 This setting affects the command `consult-line' and the `consult-grep' 
variants."



reply via email to

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