diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-13 10:25:16 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-13 10:27:53 +0100 |
commit | d40c54d1748eb6e480fc2b9a5371fd9a6b3cf0c3 (patch) | |
tree | ff201db66760619ee40bb28456d9e05a0869a2be | |
parent | 8f15d5c44e4d6fa9c92e7f13bd9b6073fc600411 (diff) |
remove extra defvar buffer-spec
-rw-r--r-- | lisp/mastodon-notifications.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index c0ca684..22f74ef 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -52,7 +52,6 @@ (autoload 'mastodon-tl--reload-timeline-or-profile "mastodon-tl") (defvar mastodon-tl--buffer-spec) (defvar mastodon-tl--display-media-p) -(defvar mastodon-tl--buffer-spec) (defvar mastodon-notifications--types-alist '(("mention" . mastodon-notifications--mention) |