aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorPaul Eggert2017-11-25 22:45:41 -0800
committerPaul Eggert2017-11-25 22:48:12 -0800
commita89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch)
tree7055882872b7cad587e5d5e9ac706056f04ff777 /lisp/term
parent8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff)
downloademacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz
emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/ns-win.el4
-rw-r--r--lisp/term/x-win.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index b8d1a436909..e895d09bb4f 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -594,7 +594,7 @@ the last file dropped is selected."
594(declare-function tool-bar-mode "tool-bar" (&optional arg)) 594(declare-function tool-bar-mode "tool-bar" (&optional arg))
595 595
596;; Based on a function by David Reitter <dreitter@inf.ed.ac.uk> ; 596;; Based on a function by David Reitter <dreitter@inf.ed.ac.uk> ;
597;; see https://lists.gnu.org/archive/html/emacs-devel/2005-09/msg00681.html . 597;; see https://lists.gnu.org/r/emacs-devel/2005-09/msg00681.html .
598(defun ns-toggle-toolbar (&optional frame) 598(defun ns-toggle-toolbar (&optional frame)
599 "Switches the tool bar on and off in frame FRAME. 599 "Switches the tool bar on and off in frame FRAME.
600 If FRAME is nil, the change applies to the selected frame." 600 If FRAME is nil, the change applies to the selected frame."
@@ -878,7 +878,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
878 878
879 ;; Mac OS X Lion introduces PressAndHold, which is unsupported by this port. 879 ;; Mac OS X Lion introduces PressAndHold, which is unsupported by this port.
880 ;; See this thread for more details: 880 ;; See this thread for more details:
881 ;; https://lists.gnu.org/archive/html/emacs-devel/2011-06/msg00505.html 881 ;; https://lists.gnu.org/r/emacs-devel/2011-06/msg00505.html
882 (ns-set-resource nil "ApplePressAndHoldEnabled" "NO") 882 (ns-set-resource nil "ApplePressAndHoldEnabled" "NO")
883 883
884 (x-apply-session-resources) 884 (x-apply-session-resources)
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 62200bf2cbd..e7b1e08b038 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -1287,7 +1287,7 @@ This returns an error if any Emacs frames are X frames."
1287 1287
1288 ;; During initialization, we defer sending size hints to the window 1288 ;; During initialization, we defer sending size hints to the window
1289 ;; manager, because that can induce a race condition: 1289 ;; manager, because that can induce a race condition:
1290 ;; https://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00033.html 1290 ;; https://lists.gnu.org/r/emacs-devel/2008-10/msg00033.html
1291 ;; Send the size hints once initialization is done. 1291 ;; Send the size hints once initialization is done.
1292 (add-hook 'after-init-hook 'x-wm-set-size-hint) 1292 (add-hook 'after-init-hook 'x-wm-set-size-hint)
1293 1293