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

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

[elpa] externals/rec-mode a8e7c19a54: rec-cmd-jump-to-fast: use correct


From: ELPA Syncer
Subject: [elpa] externals/rec-mode a8e7c19a54: rec-cmd-jump-to-fast: use correct parameter
Date: Mon, 30 May 2022 06:57:52 -0400 (EDT)

branch: externals/rec-mode
commit a8e7c19a548eb91762316c84870bdebb4490f2c7
Author: Wade Mealing <wmealing@gmail.com>
Commit: Antoine Kalmbach <ane@iki.fi>

    rec-cmd-jump-to-fast: use correct parameter
    
    and update to version 1.8.4
---
 rec-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rec-mode.el b/rec-mode.el
index a1baf4baa5..e13e298f31 100644
--- a/rec-mode.el
+++ b/rec-mode.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Antoine Kalmbach <ane@iki.fi>
 ;; URL: https://www.gnu.org/software/recutils/
 ;; Package-Requires: ((emacs "25"))
-;; Version: 1.8.3
+;; Version: 1.8.4
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -1643,7 +1643,7 @@ The result of the selection is stored in 
`rec-current-selection'."
 
 Argument PREFIX when non-nil means to use a case-insensitive search."
   (interactive "P\nsFast string query: ")
-  (when (not (equal str ""))
+  (when (not (equal fast-string ""))
     (setq rec-current-selection
           (rec--parse-sexp-records
            (rec-query :fast-string fast-string



reply via email to

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