aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKen Olum <[email protected]>2014-05-30 12:33:43 +0300
committerEli Zaretskii <[email protected]>2014-05-30 12:33:43 +0300
commite50e034033a3ec5eae90a7fbcb6d2da0b5111787 (patch)
tree5deab7f2b825c67c296d2c75b3519ed32d4e37bc /etc
parent6c572f9ab3d028dbc399fc97ff8d8a9835be20fe (diff)
Fix bug #17560 with backward-incompatible API change in rmail-delete-*.
lisp/mail/rmail.el (rmail-delete-forward, rmail-delete-backward): The argument COUNT is now optional, to be more backward-compatible. Doc fix. etc/NEWS: Document the API change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2177b948c4..bebe71d37b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -146,6 +146,9 @@ permissions set to temporary values (e.g., for creating private files).
** You can access the slots of structures using `cl-struct-slot-value'.
+** Functions `rmail-delete-forward' and `rmail-delete-backward' take an
+optional repeat-count argument.
+
* Changes in Emacs 24.5 on Non-Free Operating Systems