]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix broken link
authorStefan Kangas <stefankangas@gmail.com>
Mon, 23 Oct 2023 22:07:41 +0000 (00:07 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 23 Oct 2023 22:07:41 +0000 (00:07 +0200)
lisp/term/xterm.el

index 295ef2b3f4c9c05aa8f21d1003daf78958ae00c2..5ed4e46e0a503d942a57d6c2d84a307902a02393 100644 (file)
@@ -725,7 +725,7 @@ Return the pasted text as a string."
         ;; `tty-set-up-initial-frame-faces' only once, but that
         ;; caused the light background faces to be computed
         ;; incorrectly.  See:
-        ;; http://permalink.gmane.org/gmane.emacs.devel/119627
+        ;; https://lists.gnu.org/r/emacs-devel/2010-01/msg00439.html
         (when recompute-faces
           (tty-set-up-initial-frame-faces))))))