diff options
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 9e7eee61e57..9d4492f1bde 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -2622,7 +2622,7 @@ is copied instead of being cut." ;; this for all windows on all visible frames. In addition we save ;; also the cursor type for the window's buffer so we can restore it ;; in case we modified it. - ;; https://lists.gnu.org/archive/html/emacs-devel/2017-12/msg00090.html + ;; https://lists.gnu.org/r/emacs-devel/2017-12/msg00090.html (walk-window-tree (lambda (window) (setq states |