diff options
| author | Paul Eggert | 2016-03-29 08:24:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-03-29 08:25:30 -0700 |
| commit | 46edc38005ce47bdaae656a541858735a8ba5f26 (patch) | |
| tree | 0ec330faac3b77495b00ec1ed7399791e2298aaa /etc | |
| parent | 9e68dfa23e726eb66831d0b54cee998569b2c44d (diff) | |
| download | emacs-46edc38005ce47bdaae656a541858735a8ba5f26.tar.gz emacs-46edc38005ce47bdaae656a541858735a8ba5f26.zip | |
Pacify --enable-gcc-warnings for buffer-hash etc.
* src/fns.c (make_digest_string): Now static.
(secure_hash): Omit unused local.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -54,11 +54,11 @@ has been added. They are: 'file-attribute-type', | |||
| 54 | 'file-attribute-device-number' | 54 | 'file-attribute-device-number' |
| 55 | 55 | ||
| 56 | +++ | 56 | +++ |
| 57 | ** The new function `buffer-hash' has been added, and can be used to | 57 | ** The new function 'buffer-hash' has been added, and can be used to |
| 58 | compute a fash, non-consing hash of the contents of a buffer. | 58 | compute a fash, non-consing hash of the contents of a buffer. |
| 59 | 59 | ||
| 60 | --- | 60 | --- |
| 61 | ** `fill-paragraph' no longer marks the buffer as changed unless it | 61 | ** 'fill-paragraph' no longer marks the buffer as changed unless it |
| 62 | actually changed something. | 62 | actually changed something. |
| 63 | 63 | ||
| 64 | --- | 64 | --- |