From 3341d75817013a2f78445761f2e67e5f33aa371d Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 7 May 2023 17:07:45 +0200 Subject: macro heading --- lisp/mastodon-tl.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/mastodon-tl.el') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index ce3f8c3..99406ef 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -195,6 +195,7 @@ If nil `(point-min)' is used instead.") (if (char-displayable-p ?―) (make-string 12 ?―) (make-string 12 ?-))) + ;;; KEYMAPS @@ -257,7 +258,8 @@ types of mastodon links and not just shr.el-generated ones.") It is active where point is placed by `mastodon-tl--goto-next-toot.'") -;;; MACRO +;;; BUFFER MACRO + (defmacro with-mastodon-buffer (buffer mode-fun other-window &rest body) "Evaluate BODY in a new or existing buffer called BUFFER. MODE-FUN is called to set the major mode. -- cgit v1.2.3