From aeca3fbb6574a76f890f6f4cd7276e1ba0869579 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Wed, 31 Jul 2013 15:01:46 +0800 Subject: [PATCH] * lisp/vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore. --- lisp/ChangeLog | 4 ++++ lisp/vc/vc-hooks.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7348b7cd7e..46ca2225cc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,10 @@ * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert): Prefer nil to selected-frame for the first arg of frame-parameter. +2013-07-31 Xue Fuqiao + + * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore. + 2013-07-30 Stephen Berman * minibuffer.el (completion--twq-all): Try and preserve each diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 995565226b8..7030fd916af 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -1003,6 +1003,9 @@ current, and kill the buffer that visits the link." (bindings--define-key map [vc-register] '(menu-item "Register" vc-register :help "Register file set into a version control system")) + (bindings--define-key map [vc-ignore] + '(menu-item "Register" vc-ignore + :help "Ignore a file under current version control system")) (bindings--define-key map [vc-dir] '(menu-item "VC Dir" vc-dir :help "Show the VC status of files in a directory")) -- 2.39.2