commit-womb
[Top][All Lists]
Advanced

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

[Commit-womb] addressbook addressbook.el


From: Jose E. Marchesi
Subject: [Commit-womb] addressbook addressbook.el
Date: Tue, 08 May 2007 08:26:05 +0000

CVSROOT:        /cvsroot/womb
Module name:    addressbook
Changes by:     Jose E. Marchesi <jemarch>      07/05/08 08:26:05

Modified files:
        .              : addressbook.el 

Log message:
        Call summary goto-contact when switching to summary buffer from the 
contact buffer

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

Patches:
Index: addressbook.el
===================================================================
RCS file: /cvsroot/womb/addressbook/addressbook.el,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- addressbook.el      8 May 2007 08:23:44 -0000       1.15
+++ addressbook.el      8 May 2007 08:26:05 -0000       1.16
@@ -5,7 +5,7 @@
 ;; Maintainer: Jose E. Marchesi
 ;; Keywords: contacts, applications
 
-;; $Id: addressbook.el,v 1.15 2007/05/08 08:23:44 jemarch Exp $
+;; $Id: addressbook.el,v 1.16 2007/05/08 08:26:05 jemarch Exp $
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -1457,7 +1457,8 @@
   (addrbook-show-summary))
 
 (defun addrbook-show-summary ()
-  (switch-to-buffer-other-window (get-buffer addrbook-summary-buffer-name)))
+  (switch-to-buffer (get-buffer addrbook-summary-buffer-name))
+  (addrbook-summary-goto-contact addrbook-current-card nil))
 
 (defun addrbook-get-create-summary-buffer ()
   (if (not addrbook-summary-buffer)




reply via email to

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