|
@@ -1,7 +1,7 @@
|
|
|
;;;; -*- mode: EMACS-LISP; lexical-binding: t -*-
|
|
|
;;
|
|
|
;; bible-mode.el --- A browsing interface for the SWORD Project's Diatheke CLI
|
|
|
-;; Time-stamp: <2024-05-15 19:27:13 fred>
|
|
|
+;; Time-stamp: <2024-05-15 19:32:59 fred>
|
|
|
|
|
|
;; Author: Zacalot
|
|
|
;; Fixes and modifications by Fred Gilham
|
|
@@ -601,10 +601,6 @@ Note: compiler warns about unused `window' argument."
|
|
|
(or (gethash query hash)
|
|
|
(puthash query (bm-morph-query query database) hash)))
|
|
|
|
|
|
-(defun substitute-key-definition (olddef newdef keymap)
|
|
|
- (message "calling me")
|
|
|
- nil)
|
|
|
-
|
|
|
|
|
|
(defun bm-show-lex-morph (window object pos)
|
|
|
(let* ((lex-morph-text "")
|