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

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

[elpa] externals/hyperbole 760aa837e6 20/47: Remove FIXME


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 760aa837e6 20/47: Remove FIXME
Date: Sun, 25 Jun 2023 15:58:36 -0400 (EDT)

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

    Remove FIXME
    
    https://github.com/rswgnu/hyperbole/pull/343/files#r1237886364
---
 hactypes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hactypes.el b/hactypes.el
index a56624fea3..811f84d5d7 100644
--- a/hactypes.el
+++ b/hactypes.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    23-Sep-91 at 20:34:36
-;; Last-Mod:     10-Jun-23 at 21:13:02 by Bob Weiner
+;; Last-Mod:     24-Jun-23 at 09:44:22 by Mats Lidell
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -32,7 +32,7 @@
 ;;; Standard Hyperbole action types
 ;;; ************************************************************************
 
-(defact annot-bib (key) ;; FIXME: Clean up namespace use!
+(defact annot-bib (key)
   "Follow internal ref KEY within an annotated bibliography, delimiters=[]."
   (interactive "sReference key (no []): ")
   (let* ((key-regexp (concat "^[*]*[ \t]*\\[" (ebut:key-to-label key) "\\]"))



reply via email to

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