summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid Caldwell <david@porkrind.org>2015-09-01 23:41:42 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2015-09-01 23:41:42 -0400
commit30866274e21c5f0a1c5f60cfe290743e7d482349 (patch)
tree79d05d0398653184c4520db043eab0433e527962 /etc
parent19532d147b431a4fe34f088d6de07891c48e2c5c (diff)
downloademacs-30866274e21c5f0a1c5f60cfe290743e7d482349.tar.gz
* lisp/vc/vc-hooks.el (vc-refresh-state): New command
(vc-refresh-state): Rename from vc-find-file-hook and make interactive. (vc-find-file-hook): Redefine as obsolete alias. Copyright-paperwork-exempt: yes
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e50e7a79173..c664e026d47 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -310,6 +310,7 @@ standards.
* Changes in Specialized Modes and Packages in Emacs 25.1
+** You can recompute the VC state of a file buffer with `M-x vc-refresh-state'
** Prog mode has some support for multi-mode indentation.
See `prog-indentation-context' and `prog-widen'.