aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSimen Heggestøyl2015-05-01 23:24:10 +0200
committerSimen Heggestøyl2015-05-01 23:24:10 +0200
commita58c6cb5288ed9357cc54d4bb1f95f1fcd286eb6 (patch)
tree2b0a6086a71b695b6395cdd1965a5269e48cf3d1 /etc
parentf2f5a39c6d00fdaee77ffd145a0755d7dd501bc9 (diff)
downloademacs-a58c6cb5288ed9357cc54d4bb1f95f1fcd286eb6.tar.gz
emacs-a58c6cb5288ed9357cc54d4bb1f95f1fcd286eb6.zip
* lisp/files.el (pwd):
When called with a prefix argument, insert the current default directory at point.
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 5046d300d45..74976527d6f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -817,6 +817,9 @@ name. The variable `system-name' is now obsolete.
817+++ 817+++
818** Function `write-region' no longer outputs "Wrote FILE" in batch mode. 818** Function `write-region' no longer outputs "Wrote FILE" in batch mode.
819 819
820** If `pwd' is called with a prefix argument, insert the current default
821directory at point.
822
820--- 823---
821** New utilities in subr-x.el: 824** New utilities in subr-x.el:
822*** New macros `if-let' and `when-let' allow defining bindings and to 825*** New macros `if-let' and `when-let' allow defining bindings and to