Mercurial > hg > xemacs-beta
comparison lisp/packages/vc-hooks.el @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 131b0175ea99 |
children | 59463afc5666 |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
456 ;; (put 'vc-register 'menu-enable '(not vc-mode)) | 456 ;; (put 'vc-register 'menu-enable '(not vc-mode)) |
457 ;; ) | 457 ;; ) |
458 | 458 |
459 ;; #### - sync with fsf menus | 459 ;; #### - sync with fsf menus |
460 (defconst vc-menu | 460 (defconst vc-menu |
461 '("VC" | 461 '("Version Control" |
462 :filter vc-menu-filter | 462 :filter vc-menu-filter |
463 ["" vc-next-action buffer-file-name nil] | 463 ["" vc-next-action buffer-file-name nil] |
464 ;; ^^^ this gets changed to checkin, checkout, register, or steal | 464 ;; ^^^ this gets changed to checkin, checkout, register, or steal |
465 ["Show status of" vc-file-status nil nil] | 465 ["Show status of" vc-file-status nil nil] |
466 ;;["Show Locked Files" vc-directory t] ;; needs new dired | 466 ;;["Show Locked Files" vc-directory t] ;; needs new dired |