diff options
| author | Paul Eggert | 2017-11-25 22:55:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-11-25 22:55:35 -0800 |
| commit | d20161b25e9cd184d841ba9e36ee5141c01fd75f (patch) | |
| tree | 6026fea9d48e641bf63b23209970efd1f8024e2c /lisp/term | |
| parent | e27004c5fe3c227476ea210ff5bee2efb783ae17 (diff) | |
| parent | a89f0b6f33f9eb8910a1fceda9028d76ef50b05d (diff) | |
| download | emacs-d20161b25e9cd184d841ba9e36ee5141c01fd75f.tar.gz emacs-d20161b25e9cd184d841ba9e36ee5141c01fd75f.zip | |
Merge from origin/emacs-26
a89f0b6f33 maint: shorten https://lists.gnu.org/archive/html/... links
8be3aee281 Merge from Gnulib
265cee553f Work around GCC bug 80776 on Fedora 27 x86
dc7a97fb84 Tweak copy-file, rename-file doc
cfa2a944d4 Change font-lock-extend-region-multiline handling in mhtml...
a8664cc998 Minor cleanup in tramp-gvfs-handle-file-local-copy
55c5b12fa0 Add test for Bug#29423 in Tramp.
3198a1646e Avoid jumbled order in HTML rendered by shr.el
23bfc2d2db Make sure 'dired-filename' property is always put by ls-lisp
f7fdaea4c0 A better solution for bug#29347
86e6ed8521 ; * src/thread.c (acquire_global_lock): Fix thinko in last...
f300852037 Avoid a hang after C-g while sit-for on a Unix TTY
d7fc719ff1 Improve the doc string of 'list-packages'
b4f67ebb92 Improve discoverability of 'defvar' for suppressing warnings
8a2b204e64 Improve discoverability of 'read-buffer-completion-ignore-...
eea4e9194c Improve documentation of self-insert-uses-region-functions
e6e41dac87 Reflect changes in copy-file and rename-file in doc strings
0ec534070f * lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix. (...
1d0dbdff6c Reorder type predicates in ELisp manual
b081ec9dd7 Fix backward scrolling in buffers with header-line
8e40429c96 ; Fix some doc typos
ed2c542920 * lisp/bindings.el (buffer-file-coding-system): Add explic...
d82474e452 * src/fns.c (syms_of_fns) <overriding-plist-environment>: ...
292c09ff6d Fix incorrect interaction of drag/drop and double click (b...
d6fadb1d26 * lisp/menu-bar.el (menu-bar-options-save): Add display-li...
daa959efbc * lisp/menu-bar.el (menu-bar-options-save): Add global-dis...
17fc74d1b9 * lisp/follow.el (follow-mode): Restore mode line lighter....
f20c2e2f3d ; Compare process status against 127 exactly
2d203ffb7e Extract the common part of ruby-flymake-simple and ruby-fl...
09944d499a Add Rubocop Flymake backend
c65a0ae7c4 ; Fix a typo
7ab7603125 Update nt/INSTALL.W64 (Bug#28601)
11db253c08 Remove incorrect NEWS item about VC state indicator (Bug#2...
2fdc01c036 * lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.
735c8b516e Make c-defun-name analyze more thoroughly a function type ...
92f0c4cd56 Avoid bogus abbreviated file names if HOME changes
8d450453fa * lisp/emacs-lisp/byte-run.el (inline): Give it a doc.
37a3b4ea40 Fix erc keep-place module with new defaults (Bug#29111)
6c312605bf Add window divider faces to NS (bug#29353)
# Conflicts:
# etc/NEWS
# lisp/ruler-mode.el
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/ns-win.el | 4 | ||||
| -rw-r--r-- | lisp/term/x-win.el | 2 |
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 | ||