aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorGlenn Morris2019-07-06 12:51:30 -0700
committerGlenn Morris2019-07-06 12:51:30 -0700
commitbb856d12dc34a56be7a95ca5e55ddb1a78535d07 (patch)
tree2123f2d6728d4a043f2b8a07bd5368c010bb7d62 /lisp/mh-e
parentef389fd9a5e6df06b8f7769ab32dc929dc4f0ed4 (diff)
parente97c0437aa135f9580cd8cc1ec912758e3610ab1 (diff)
downloademacs-bb856d12dc34a56be7a95ca5e55ddb1a78535d07.tar.gz
emacs-bb856d12dc34a56be7a95ca5e55ddb1a78535d07.zip
Merge from origin/emacs-26
e97c043 Fix python.el docstring (Bug#36458) e660801 ; Add thing-at-point-looking-at test (Bug#35708) f5b4846 ; Fix typo, insure -> ensure in ChangeLogs cb8fb59 * lisp/hi-lock.el (hi-lock-line-face-buffer): Doc fix. (Bug3...
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/ChangeLog.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mh-e/ChangeLog.2 b/lisp/mh-e/ChangeLog.2
index 6d3b8e332b6..1e57969b9b1 100644
--- a/lisp/mh-e/ChangeLog.2
+++ b/lisp/mh-e/ChangeLog.2
@@ -73,10 +73,10 @@
73 73
74 * mh-folder.el (mh-inc-folder): Revert SF #2321115, SF #250 74 * mh-folder.el (mh-inc-folder): Revert SF #2321115, SF #250
75 which processed pending deletes and refiles. Call to 75 which processed pending deletes and refiles. Call to
76 mh-process-or-undo-commands to insure that pending changes are 76 mh-process-or-undo-commands to ensure that pending changes are
77 properly tagged after including new mail (closes SF #271). 77 properly tagged after including new mail (closes SF #271).
78 78
79 * mh-comp.el: Insure that mail-header-separator is set before 79 * mh-comp.el: Ensure that mail-header-separator is set before
80 invoking any mml functions (closes SF #270). 80 invoking any mml functions (closes SF #270).
81 81
822013-01-23 Dmitry Antipov <dmantipov@yandex.ru> 822013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
@@ -140,7 +140,7 @@
140 (addresses SF #1916032). 140 (addresses SF #1916032).
141 141
142 * mh-folder.el (mh-inc-folder): Call mh-process-or-undo-commands 142 * mh-folder.el (mh-inc-folder): Call mh-process-or-undo-commands
143 before running to insure we do not lose any pending changes. 143 before running to ensure we do not lose any pending changes.
144 (closes SF #2321115). 144 (closes SF #2321115).
145 145
1462012-11-25 Ted Phelps <phelps@gnusto.com> 1462012-11-25 Ted Phelps <phelps@gnusto.com>