Fork of Jonathan Kamens', Magnus Henoch's and Ben Key's p4-vc.el
Find a file
Tom Willemse d32dd5f376 Simplify and fix ‘vc-p4-is-in-client’
Quoting the string with Windows paths in it would double-quote the directory
separators. It also seems easier to use ‘string-prefix-p’ than an anchored
regular expression.

‘alist-get’ is a function that was introduced in Emacs 25 that is easier to use
than ‘assoc’ + ‘cdr’.
2020-05-27 17:57:45 -07:00
.gitignore Ignore any directory starting with vc-p4- 2019-03-06 00:10:13 -08:00
.gitlab-ci.yml Rename deploy -> pages 2020-05-13 22:08:21 -07:00
Makefile Bump version 2020-05-13 11:29:20 -07:00
p4-lowlevel.el Fix indentation of comments, reflow 2020-05-13 11:29:35 -07:00
vc-p4.el Simplify and fix ‘vc-p4-is-in-client’ 2020-05-27 17:57:45 -07:00