branch: externals/hyperbole
commit 760aa837e6e92988d1fc6f826c013c89650c4230
Author: Mats Lidell <[email protected]>
Commit: Mats Lidell <[email protected]>
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) "\\]"))