From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: VC acting strangely Date: Fri, 03 Aug 2007 19:26:58 -0700 Message-ID: <200708040227.l742R3uW025802@oogie-boogie.ics.uci.edu> References: <46B3D9A2.7080708@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186194550 18766 80.91.229.12 (4 Aug 2007 02:29:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Aug 2007 02:29:10 +0000 (UTC) Cc: Emacs Devel To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 04 04:29:08 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IH9O2-00035c-Bh for ged-emacs-devel@m.gmane.org; Sat, 04 Aug 2007 04:29:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IH9Nz-0000ql-Tl for ged-emacs-devel@m.gmane.org; Fri, 03 Aug 2007 22:28:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IH9Nw-0000qg-Rw for emacs-devel@gnu.org; Fri, 03 Aug 2007 22:28:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IH9Nq-0000qK-AR for emacs-devel@gnu.org; Fri, 03 Aug 2007 22:28:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IH9Nq-0000qH-5T for emacs-devel@gnu.org; Fri, 03 Aug 2007 22:28:50 -0400 Original-Received: from [128.195.1.41] (helo=oogie-boogie.ics.uci.edu) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IH9NR-0007iR-Gn; Fri, 03 Aug 2007 22:28:26 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l742R3uW025802; Fri, 3 Aug 2007 19:27:03 -0700 (PDT) In-Reply-To: <46B3D9A2.7080708@gnu.org> (Jason Rumney's message of "Sat\, 04 Aug 2007 02\:42\:58 +0100") Original-Lines: 15 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_22 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76021 Archived-At: Jason Rumney writes: > Something strange has happened to vc.el recently. > > The Version Control submenu is now empty when the current buffer is > under CVS. Strangely, it appears for other files. > > Perhaps related is the fact that M-x vc-revert-buffer now brings up an > error message "Autoloading failed to define function vc-revert-buffer". > Indeed, the only reference to it is in ldefs-boot.el, but there is no > entry in NEWS or even the ChangeLog about its removal! `vc-revert-buffer' seem to have been renamed to `vc-revert' in vc.el version 1.434 ldefs-boot.el needs to be updated...