]> git.eshelyaron.com Git - emacs.git/commit
Ensure current buffer is version-controlled in vc-region-history
authorCharles A. Roelli <charles@aurox.ch>
Wed, 20 Dec 2017 19:40:14 +0000 (20:40 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Wed, 20 Dec 2017 19:40:14 +0000 (20:40 +0100)
commit7d392ccd69f4925bb9990c8267a2b710c80ec5c5
treeb25f378591290d00ac7e5d6b65806fd482e1bae2
parent615c5cf0a6ba64af1e66e39722bc01334d484dcc
Ensure current buffer is version-controlled in vc-region-history

* lisp/vc/vc.el (vc-region-history): Ensure buffer is
version-controlled.  Otherwise if a user runs it in a
non-version-controlled buffer, they get the error:

  Cannot open load file: No such file or directory, vc-nil
lisp/vc/vc.el