aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorPaul Eggert2017-03-19 12:34:03 -0700
committerPaul Eggert2017-03-19 12:34:03 -0700
commit90f5282e20df79dedaa9d231a108f9a91222eca7 (patch)
tree4b2f648d7209c93fc845c68beccd27b98a51fdac /lisp/vc
parentc4fca5cee27e3bf399ad23bf42317bffcc80f160 (diff)
parentec4226d81074751c105264a3a3383c48d0a05e41 (diff)
downloademacs-90f5282e20df79dedaa9d231a108f9a91222eca7.tar.gz
emacs-90f5282e20df79dedaa9d231a108f9a91222eca7.zip
Merge from origin/emacs-25
ec4226d * lisp/woman.el (woman): Fix docstring prefix arg description. 2b774fa Mention "editor" in Emacs man page header ae60d0c Document problems with nerd-fonts 2fdb5a9 ; Details about pinning Emacs to w32 task bar 5c3105e * doc/lispref/modes.texi (Derived Modes): Make example more i... 4c51ef4 Clarify what is the "cursor" 8303c32 ; * etc/NEWS: Copyedits. 3f7493e ; Fix a typo in comment c54cf8d Improve commentary in lisp.h 8b92f86 ; * admin/make-tarball.txt: Cross-reference admin/release-pro... 0ba9932 Disable native completion for ipython (Bug#25067) 38fc456 Fix a typo in ada-mode manual 00e75ba ; * src/coding.c (Fencode_coding_region): Fix a typo in the d... a541c21 Clarify documentation of 'bufferpos-to-filepos' and 'filepos-... # Conflicts: # etc/NEWS # etc/PROBLEMS
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/ediff-wind.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-wind.el b/lisp/vc/ediff-wind.el
index 8516c11d136..9b3d53fca76 100644
--- a/lisp/vc/ediff-wind.el
+++ b/lisp/vc/ediff-wind.el
@@ -579,7 +579,7 @@ into icons, regardless of the window manager."
579 (if (and (window-live-p wind-A) 579 (if (and (window-live-p wind-A)
580 (null use-same-frame) ; implies wind-A is suitable 580 (null use-same-frame) ; implies wind-A is suitable
581 (null use-same-frame-for-AB)) 581 (null use-same-frame-for-AB))
582 (progn ; bug A on its own 582 (progn ; buf A on its own
583 ;; buffer buf-A is seen in live wind-A 583 ;; buffer buf-A is seen in live wind-A
584 (select-window wind-A) 584 (select-window wind-A)
585 (delete-other-windows) 585 (delete-other-windows)