diff options
author | Thanos Apollo <[email protected]> | 2023-08-02 16:57:34 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-02 16:57:34 +0300 |
commit | 204389ae8c44b4abe81cf3f344f463fb5f8e9927 (patch) | |
tree | 9f237660f4c325e0a6f7515c253bd0a2205b0c99 | |
parent | 508b2d3e3f6cba018cd7c9e13c73b0a20ab4a339 (diff) |
yeetube-update-info: Fix mark changes
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -479,8 +479,8 @@ OPERATION & WHERE are required to work with ='add-variable-watcher." (insert (format "%s %s" to-change new-value)) (setq-local buffer-read-only t) - (switch-to-buffer buffer-cur)) - (goto-char (mark)))) + (switch-to-buffer buffer-cur) + (goto-char (mark))))) (defun yeetube-update-saved-videos-list (_symbol new-value _where _environment) "Updated saved videos. |