comparison lisp/net/eudc-export.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 6d743d659035
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; eudc-export.el --- functions to export EUDC query results 1 ;;; eudc-export.el --- functions to export EUDC query results
2 2
3 ;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. 3 ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc.
4 5
5 ;; Author: Oscar Figueiredo <oscar@cpe.fr> 6 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
6 ;; Maintainer: Pavel Janík <Pavel@Janik.cz> 7 ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
7 ;; Keywords: comm 8 ;; Keywords: comm
8 9
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
20 21
21 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02111-1307, USA. 25 ;; Boston, MA 02110-1301, USA.
25 26
26 ;;; Commentary: 27 ;;; Commentary:
27 28
28 ;;; Usage: 29 ;;; Usage:
29 ;; See the corresponding info file 30 ;; See the corresponding info file
213 (prog1 (locate-library "bbdb") (message ""))) 214 (prog1 (locate-library "bbdb") (message "")))
214 (overlays-at (point)) 215 (overlays-at (point))
215 (overlay-get (car (overlays-at (point))) 'eudc-record) 216 (overlay-get (car (overlays-at (point))) 'eudc-record)
216 (eudc-insert-record-at-point-into-bbdb))) 217 (eudc-insert-record-at-point-into-bbdb)))
217 218
219 ;;; arch-tag: 8cbda7dc-3163-47e6-921c-6ec5083df2d7
218 ;;; eudc-export.el ends here 220 ;;; eudc-export.el ends here