diff options
| author | Noam Postavsky | 2018-06-04 19:41:21 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2018-06-04 19:41:21 -0400 |
| commit | 26819cd1c0eb91e827c87ad56a7ce965afff5ed2 (patch) | |
| tree | 036823c57b7b0709a0a6912bc8a9f93d6d523078 | |
| parent | e35a08ea4bdf08a22c89ec84948fd3db44f6850c (diff) | |
| download | emacs-26819cd1c0eb91e827c87ad56a7ce965afff5ed2.tar.gz emacs-26819cd1c0eb91e827c87ad56a7ce965afff5ed2.zip | |
; ChangeLog.3: Fix typo.
| -rw-r--r-- | ChangeLog.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index 42452c33977..6704d0d7169 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -37197,7 +37197,7 @@ | |||
| 37197 | delete-trailing-whitespace: handle read-only text in buffer | 37197 | delete-trailing-whitespace: handle read-only text in buffer |
| 37198 | 37198 | ||
| 37199 | * lisp/simple.el (region-modifiable-p): New function. | 37199 | * lisp/simple.el (region-modifiable-p): New function. |
| 37200 | (delete-trailing-whitespace): Us it to avoid trying to delete read-only text. | 37200 | (delete-trailing-whitespace): Use it to avoid trying to delete read-only text. |
| 37201 | 37201 | ||
| 37202 | 2016-12-07 Paul Eggert <eggert@cs.ucla.edu> | 37202 | 2016-12-07 Paul Eggert <eggert@cs.ucla.edu> |
| 37203 | 37203 | ||