emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-revert broken for Subversion files


From: Dan Nicolaescu
Subject: Re: vc-revert broken for Subversion files
Date: Sun, 22 Jul 2007 11:59:37 -0700

Bob Rogers <address@hidden> writes:

  >    To reproduce:
  > 
  >    1.  Make a small change to a file registered under Subversion,
  > "foo.el" for example.
  > 
  >    2.  "emacs -Q foo.el"
  > 
  >    3.  "C-x v u".  The operation will fail with the following message:
  > 
  >     vc-stay-local-p: Symbol's function definition is void: remove-if-not

This is a problem introduced a few days ago by changes to VC. vc now
uses remove-if-not which is a function in cl-seq.el 
You can work around this by doing: 
M-x load-library RET cl RET
M-x load-library RET cl-seq RET

Hopefully someone will fix the code soon... 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]