; ChangeLog.3: Fix typo.

This commit is contained in:
Noam Postavsky 2018-06-04 19:41:21 -04:00
parent e35a08ea4b
commit 26819cd1c0

View file

@ -37197,7 +37197,7 @@
delete-trailing-whitespace: handle read-only text in buffer
* lisp/simple.el (region-modifiable-p): New function.
(delete-trailing-whitespace): Us it to avoid trying to delete read-only text.
(delete-trailing-whitespace): Use it to avoid trying to delete read-only text.
2016-12-07 Paul Eggert <eggert@cs.ucla.edu>