aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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 5a1adff0920..88d0604cedf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1340,7 +1340,10 @@ parsing functions like `forward-sexp'.
1340`prefix-command-preserve-state-hook' allow the definition of prefix 1340`prefix-command-preserve-state-hook' allow the definition of prefix
1341commands other than the predefined `C-u'. 1341commands other than the predefined `C-u'.
1342 1342
1343+++
1343** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'. 1344** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'.
1345These allow to convert between buffer positions and the corresponding
1346file byte offsets, given the file's encoding.
1344 1347
1345** The default value of `load-read-function' is now `read'. 1348** The default value of `load-read-function' is now `read'.
1346 1349