From 6dbb5c761e6ff5c39fb5cd125f277262661e8882 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 19 Feb 2008 11:18:56 +0000 Subject: [PATCH] Kill eol whitespace; nfc. --- lisp/vc-hooks.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 67843d9c5fc..5c0d839e24d 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -984,28 +984,28 @@ Used in `find-file-not-found-functions'." (define-key map [vc-create-snapshot] '(menu-item "Create Snapshot" vc-create-snapshot :help "Create Snapshot")) - (define-key map [vc-directory] + (define-key map [vc-directory] '(menu-item "VC Directory Listing" vc-directory :help "Show the VC status of files in a directory")) ;; `vc-status' is a not-quite-ready replacement for `vc-directory' ;; (define-key map [vc-status] '("VC Status" . vc-status)) (define-key map [separator1] '("----")) - (define-key map [vc-annotate] + (define-key map [vc-annotate] '(menu-item "Annotate" vc-annotate :help "Display the edit history of the current file using colors")) - (define-key map [vc-rename-file] + (define-key map [vc-rename-file] '(menu-item "Rename File" vc-rename-file :help "Rename file")) (define-key map [vc-revision-other-window] '(menu-item "Show Other Version" vc-revision-other-window :help "Visit another version of the current file in another window")) - (define-key map [vc-diff] + (define-key map [vc-diff] '(menu-item "Compare with Base Version" vc-diff :help "Compare file set with the base version")) (define-key map [vc-update-change-log] '(menu-item "Update ChangeLog" vc-update-change-log :help "Find change log file and add entries from recent version control logs")) - (define-key map [vc-print-log] + (define-key map [vc-print-log] '(menu-item "Show History" vc-print-log :help "List the change log of the current file set in a window")) (define-key map [separator2] '("----")) @@ -1013,7 +1013,7 @@ Used in `find-file-not-found-functions'." '(menu-item "Insert Header" vc-insert-headers :help "Insert headers into a file for use with a version control system. ")) - (define-key map [undo] + (define-key map [undo] '(menu-item "Undo Last Check-In" vc-rollback :help "Remove the most recent changeset committed to the repository")) (define-key map [vc-revert] @@ -1022,10 +1022,10 @@ Used in `find-file-not-found-functions'." (define-key map [vc-update] '(menu-item "Update to Latest Version" vc-update :help "Update the current fileset's files to their tip revisions")) - (define-key map [vc-next-action] + (define-key map [vc-next-action] '(menu-item "Check In/Out" vc-next-action :help "Do the next logical version control operation on the current fileset")) - (define-key map [vc-register] + (define-key map [vc-register] '(menu-item "Register" vc-register :help "Register file set into a version control system")) map)) -- 2.11.4.GIT