commit-womb
[Top][All Lists]
Advanced

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

[commit-womb] addressbook addressbook.el


From: Xavier Maillard
Subject: [commit-womb] addressbook addressbook.el
Date: Sun, 27 May 2007 20:46:32 +0000

CVSROOT:        /sources/womb
Module name:    addressbook
Changes by:     Xavier Maillard <zeDek> 07/05/27 20:46:32

Modified files:
        .              : addressbook.el 

Log message:
        Enable card adding from summary mode.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/addressbook/addressbook.el?cvsroot=womb&r1=1.29&r2=1.30

Patches:
Index: addressbook.el
===================================================================
RCS file: /sources/womb/addressbook/addressbook.el,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- addressbook.el      27 May 2007 20:43:54 -0000      1.29
+++ addressbook.el      27 May 2007 20:46:32 -0000      1.30
@@ -5,7 +5,7 @@
 ;; Maintainer: Jose E. Marchesi
 ;; Keywords: contacts, applications
 
-;; $Id: addressbook.el,v 1.29 2007/05/27 20:43:54 zeDek Exp $
+;; $Id: addressbook.el,v 1.30 2007/05/27 20:46:32 zeDek Exp $
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -1603,6 +1603,7 @@
   (define-key addrbook-summary-mode-map (kbd "RET") 
'addrbook-summary-show-contact)
   (define-key addrbook-summary-mode-map "b" 'addrbook-bury)
   (define-key addrbook-summary-mode-map "q" 'addrbook-quit)
+  (define-key addrbook-summary-mode-map "a" 'addrbook-create-card)
   (define-key addrbook-summary-mode-map "i" 'addrbook-import-vcard)
   (define-key addrbook-summary-mode-map "x" 'addrbook-export-vcard)
   (define-key addrbook-summary-mode-map "m" 'addrbook-send-email)




reply via email to

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