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

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

[nongnu] elpa/annotate 7bc6cb2e0b 14/17: - removed commented code.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 7bc6cb2e0b 14/17: - removed commented code.
Date: Fri, 25 Feb 2022 14:57:57 -0500 (EST)

branch: elpa/annotate
commit 7bc6cb2e0b309a29b5c3d2aeb6a47f14b863947e
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - removed commented code.
---
 annotate.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/annotate.el b/annotate.el
index 5d0ceeea39..dbc9b1475d 100644
--- a/annotate.el
+++ b/annotate.el
@@ -2390,8 +2390,6 @@ pressed."
   (let* ((filename        (button-get button 'file))
          (beginning       (button-get button 'beginning))
          (ending          (button-get button 'ending))
-         ;; (begin-of-button (button-get button 'begin-of-button))
-         ;; (end-of-button   (button-get button 'end-of-button))
          (db              (annotate-load-annotation-data t))
          (filtered        (annotate-db-remove-annotation db filename beginning 
ending)))
     (annotate-dump-annotation-data filtered) ; save the new database with 
entry removed



reply via email to

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