aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-03-29 08:24:39 -0700
committerPaul Eggert2016-03-29 08:25:30 -0700
commit46edc38005ce47bdaae656a541858735a8ba5f26 (patch)
tree0ec330faac3b77495b00ec1ed7399791e2298aaa /etc
parent9e68dfa23e726eb66831d0b54cee998569b2c44d (diff)
downloademacs-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b358bfcc8de..66777e9f931 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
58compute a fash, non-consing hash of the contents of a buffer. 58compute 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
62actually changed something. 62actually changed something.
63 63
64--- 64---