[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
- [nongnu] elpa/annotate 87a96e186c 08/17: - explained why we need to use 'after-hook'., (continued)
- [nongnu] elpa/annotate 87a96e186c 08/17: - explained why we need to use 'after-hook'., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate f2dd24802e 13/17: - removed nested 'if' inside a call to 'list'., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 5bf59f8038 17/17: Merge pull request #122 from cage2/feedback-nonGNU, ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 3ea6b0c03f 01/17: - patched code as suggested from emacs maintainer., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 1f159c36e3 07/17: - commenting call to 'font-lock-flush' when removing annotation, ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 1507291640 10/17: - fixed comment., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate f7c4fc47ab 09/17: - removed reference in a comment for a non existent argument function., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 11de81414b 11/17: - flipped order of entries in the news file, now is from more recent to older., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 1095c49530 12/17: - added NonGNU ELPA badge., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate acca7ab1f5 03/17: - substituted custom prompt with a call to 'y-or-no-p'., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 7bc6cb2e0b 14/17: - removed commented code.,
ELPA Syncer <=
- [nongnu] elpa/annotate f2b92a9451 15/17: - removed more commented code., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate aa3c0540ee 16/17: - updated version number;, ELPA Syncer, 2022/02/25