aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorNoam Postavsky2019-05-30 08:16:46 -0400
committerNoam Postavsky2019-07-05 21:50:29 -0400
commitf5b48469f18d568f788efe65a4754e73c3404bc9 (patch)
tree777dd41a9287e53eb2042b272fda5557960e1c84 /lisp/mh-e
parentcb8fb597e5bf4f14bf091aaa0c984117f4243605 (diff)
downloademacs-f5b48469f18d568f788efe65a4754e73c3404bc9.tar.gz
emacs-f5b48469f18d568f788efe65a4754e73c3404bc9.zip
; Fix typo, insure -> ensure in ChangeLogs
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>