aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2017-03-19 12:27:55 -0700
committerPaul Eggert2017-03-19 12:27:55 -0700
commit59ced4521ebdadaf48b9c22b7cda46407a8b942b (patch)
treee200fa9accae153426fb414cde550435d94cc58d /src
parent8893d81fc30c2fd9afceecb4e0325edc9c8b3f50 (diff)
parent5569e644448eb84dce1ca9359ae33901347acac8 (diff)
downloademacs-59ced4521ebdadaf48b9c22b7cda46407a8b942b.tar.gz
emacs-59ced4521ebdadaf48b9c22b7cda46407a8b942b.zip
Merge from origin/emacs-25
5569e64 ; Spelling fixes 24a5f57 * lisp/net/eww.el (eww-tag-meta): Handle single quoted URLs (... 9b89896 * lisp/progmodes/sql.el (sql-product-alist): Doc tweak 69b50f5 * lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#2... 42eae54 Improve documentation of dabbrevs b0ade0d Clarify that easy-menu-add is a nop (Bug#25382) 3c69f2c * lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fi... # Conflicts: # lisp/textmodes/rst.el
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c00cc40d6f2..ff4a500c8b7 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -870,7 +870,7 @@ drop_overlay (struct buffer *b, struct Lisp_Overlay *ov)
870 870
871} 871}
872 872
873/* Delete all overlays of B and reset it's overlay lists. */ 873/* Delete all overlays of B and reset its overlay lists. */
874 874
875void 875void
876delete_all_overlays (struct buffer *b) 876delete_all_overlays (struct buffer *b)
@@ -1698,7 +1698,7 @@ cleaning up all windows currently displaying the buffer to be killed. */)
1698 if (EQ (buffer, XWINDOW (minibuf_window)->contents)) 1698 if (EQ (buffer, XWINDOW (minibuf_window)->contents))
1699 return Qnil; 1699 return Qnil;
1700 1700
1701 /* When we kill an ordinary buffer which shares it's buffer text 1701 /* When we kill an ordinary buffer which shares its buffer text
1702 with indirect buffer(s), we must kill indirect buffer(s) too. 1702 with indirect buffer(s), we must kill indirect buffer(s) too.
1703 We do it at this stage so nothing terrible happens if they 1703 We do it at this stage so nothing terrible happens if they
1704 ask questions or their hooks get errors. */ 1704 ask questions or their hooks get errors. */