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

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

[elpa] externals/hyperbole 70eb020f80 1/7: Remove unused warning, commen


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 70eb020f80 1/7: Remove unused warning, comment out all occurences of new-buf-flag
Date: Thu, 14 Nov 2024 03:58:10 -0500 (EST)

branch: externals/hyperbole
commit 70eb020f80c4d07f82eaaca77e5756a232ec7c59
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: Mats Lidell <mats.lidell@lidells.se>

    Remove unused warning, comment out all occurences of new-buf-flag
---
 hyrolo.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/hyrolo.el b/hyrolo.el
index 729d0570da..aeb9a79d5e 100644
--- a/hyrolo.el
+++ b/hyrolo.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:     7-Jun-89 at 22:08:29
-;; Last-Mod:      3-Nov-24 at 09:37:58 by Bob Weiner
+;; Last-Mod:     12-Nov-24 at 20:21:19 by Mats Lidell
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -1973,7 +1973,8 @@ Return number of matching entries found."
   ;; Save pattern as last rolo search expression.
   (setq hyrolo-match-regexp pattern)
   ;;
-  (let ((new-buf-flag) (actual-buf)
+  (let (;;(new-buf-flag)
+        (actual-buf)
        ;; Temporarily disable magit-auto-revert-mode-enable-in-buffers for 
hyrolo
        ;; buffers; not needed and can slow/hang file loading
        (after-change-major-mode-hook
@@ -1982,7 +1983,8 @@ Return number of matching entries found."
             (or (setq actual-buf (hyrolo-buffer-exists-p hyrolo-file-or-buf))
                 (when (file-exists-p hyrolo-file-or-buf)
                   (setq actual-buf (hyrolo-find-file-noselect 
hyrolo-file-or-buf)
-                        new-buf-flag t))))
+                        ;; new-buf-flag t
+                         ))))
        (let ((num-found 0)
              (incl-hdr t)
              (stuck-negative-point 0)



reply via email to

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