emacs-btap

Emacs library to browse thing at point
Log | Files | Refs

commit 72997558896d8608580bfa99e3d52db288a4361e
parent 7e9a4881667d15b7eebf57c59c19836c3a5e2ff4
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sat, 27 Feb 2021 23:09:54 +0100

require/provide must match filename

Diffstat:
Memacs-btap.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs-btap.el b/emacs-btap.el @@ -12,7 +12,7 @@ ;;; ;;; Example configuration: ;;; -;;; (require 'btap) +;;; (require 'emacs-btap) ;;; ;;; Example usage: ;;; @@ -149,4 +149,4 @@ handles the btap action." (while (and x (not (setq z (funcall (pop x)))))) z)) -(provide 'btap) +(provide 'emacs-btap)