diff options
author | David Caldwell <david@porkrind.org> | 2015-09-01 23:41:42 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-09-01 23:41:42 -0400 |
commit | 30866274e21c5f0a1c5f60cfe290743e7d482349 (patch) | |
tree | 79d05d0398653184c4520db043eab0433e527962 /etc | |
parent | 19532d147b431a4fe34f088d6de07891c48e2c5c (diff) | |
download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'. |