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/vc | |
| 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/vc')
| -rw-r--r-- | lisp/vc/diff-mode.el | 2 | ||||
| -rw-r--r-- | lisp/vc/smerge-mode.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-git.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-rcs.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 9d56ed256a2..df9627abdf0 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el | |||
| @@ -432,7 +432,7 @@ and the face `diff-added' for added lines.") | |||
| 432 | "If non-nil, empty lines are valid in unified diffs. | 432 | "If non-nil, empty lines are valid in unified diffs. |
| 433 | Some versions of diff replace all-blank context lines in unified format with | 433 | Some versions of diff replace all-blank context lines in unified format with |
| 434 | empty lines. This makes the format less robust, but is tolerated. | 434 | empty lines. This makes the format less robust, but is tolerated. |
| 435 | See https://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01990.html") | 435 | See https://lists.gnu.org/r/emacs-devel/2007-11/msg01990.html") |
| 436 | 436 | ||
| 437 | (defconst diff-hunk-header-re | 437 | (defconst diff-hunk-header-re |
| 438 | (concat "^\\(?:" diff-hunk-header-re-unified ".*\\|\\*\\{15\\}.*\n\\*\\*\\* .+ \\*\\*\\*\\*\\|[0-9]+\\(,[0-9]+\\)?[acd][0-9]+\\(,[0-9]+\\)?\\)$")) | 438 | (concat "^\\(?:" diff-hunk-header-re-unified ".*\\|\\*\\{15\\}.*\n\\*\\*\\* .+ \\*\\*\\*\\*\\|[0-9]+\\(,[0-9]+\\)?[acd][0-9]+\\(,[0-9]+\\)?\\)$")) |
diff --git a/lisp/vc/smerge-mode.el b/lisp/vc/smerge-mode.el index 34fea232feb..b988463de1e 100644 --- a/lisp/vc/smerge-mode.el +++ b/lisp/vc/smerge-mode.el | |||
| @@ -1094,7 +1094,7 @@ used to replace chars to try and eliminate some spurious differences." | |||
| 1094 | ;; also and more importantly because otherwise it | 1094 | ;; also and more importantly because otherwise it |
| 1095 | ;; may happen that diff doesn't behave like | 1095 | ;; may happen that diff doesn't behave like |
| 1096 | ;; smerge-refine-weight-hack expects it to. | 1096 | ;; smerge-refine-weight-hack expects it to. |
| 1097 | ;; See https://lists.gnu.org/archive/html/emacs-devel/2007-11/msg00401.html | 1097 | ;; See https://lists.gnu.org/r/emacs-devel/2007-11/msg00401.html |
| 1098 | "-awd" "-ad") | 1098 | "-awd" "-ad") |
| 1099 | file1 file2)) | 1099 | file1 file2)) |
| 1100 | ;; Process diff's output. | 1100 | ;; Process diff's output. |
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index dff0fd1365c..2c807a38cd5 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el | |||
| @@ -979,7 +979,7 @@ This prompts for a branch to merge from." | |||
| 979 | ;; FIXME | 979 | ;; FIXME |
| 980 | ;; 1) the net result is to call git twice per file. | 980 | ;; 1) the net result is to call git twice per file. |
| 981 | ;; 2) v-g-c-f is documented to take a directory. | 981 | ;; 2) v-g-c-f is documented to take a directory. |
| 982 | ;; https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01126.html | 982 | ;; https://lists.gnu.org/r/emacs-devel/2014-01/msg01126.html |
| 983 | (vc-git-conflicted-files buffer-file-name) | 983 | (vc-git-conflicted-files buffer-file-name) |
| 984 | (save-excursion | 984 | (save-excursion |
| 985 | (goto-char (point-min)) | 985 | (goto-char (point-min)) |
diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el index 84ab10b14fe..4634e76088f 100644 --- a/lisp/vc/vc-rcs.el +++ b/lisp/vc/vc-rcs.el | |||
| @@ -851,7 +851,7 @@ and CVS." | |||
| 851 | 851 | ||
| 852 | ;; You might think that this should be distributed with RCS, but | 852 | ;; You might think that this should be distributed with RCS, but |
| 853 | ;; apparently not. CVS sometimes provides a version of it. | 853 | ;; apparently not. CVS sometimes provides a version of it. |
| 854 | ;; https://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00288.html | 854 | ;; https://lists.gnu.org/r/emacs-devel/2014-05/msg00288.html |
| 855 | (defvar vc-rcs-rcs2log-program | 855 | (defvar vc-rcs-rcs2log-program |
| 856 | (let (exe) | 856 | (let (exe) |
| 857 | (cond ((file-executable-p | 857 | (cond ((file-executable-p |