diff options
author | martianh <martianh@noreply.codeberg.org> | 2022-12-31 23:51:46 +0000 |
---|---|---|
committer | martianh <martianh@noreply.codeberg.org> | 2022-12-31 23:51:46 +0000 |
commit | 984ccae6662c8d2c195505a6dfddc45f6de2e85c (patch) | |
tree | 4a1c9b0b82fba4ee6fcbe3761d365fa3e988c57c /lisp/mastodon-tl.el | |
parent | 47eaa7a194fa38bc39c45fbd5e3f86a01d78755f (diff) | |
parent | 202bbd7e07dd9b439bba483af08dbc21343daa1f (diff) |
Merge pull request 'Document `mastodon-tl--set-after-update-marker`' (#368) from tsdh/mastodon.el:fix-flymake-warnings into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/368
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 9206695..9f21bf9 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2779,6 +2779,9 @@ from the start if it is nil." buffer nil)))))))) (defun mastodon-tl--set-after-update-marker () + "Set `mastodon-tl--after-update-marker' to the after-update location. +This location is defined by a non-nil value of +`mastodon-tl-position-after-update'." (if mastodon-tl-position-after-update (let ((marker (make-marker))) (set-marker marker |