From 472b9c128027bb1306bedf9e72f6a4e2c110acd5 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 8 Jan 2003 06:36:59 +0000 Subject: [PATCH] (bbdb-records): Fbind it for both Emacs and XEmacs. --- lisp/ChangeLog | 4 ++++ lisp/lpath.el | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e63f28db..8fd63be5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-01-08 Katsumi Yamaoka + + * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs. + 2003-01-07 Teodor Zlatanov * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories diff --git a/lisp/lpath.el b/lisp/lpath.el index 77ac3a6cf..4e8975bae 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -9,7 +9,8 @@ (defun maybe-bind (args) (mapcar (lambda (var) (unless (boundp var) (set var nil))) args)) -(maybe-fbind '(bbdb-search bbdb-create-internal +(maybe-fbind '(bbdb-records + bbdb-search bbdb-create-internal create-image display-graphic-p display-time-event-handler find-image image-size image-type-available-p insert-image @@ -52,7 +53,7 @@ mouse-selection-click-count-buffer pgg-parse-crc24 temporary-file-directory transient-mark-mode))) (maybe-fbind '(bbdb-complete-name - bbdb-records delete-annotation device-connection dfw-device + delete-annotation device-connection dfw-device events-to-keys font-lock-set-defaults frame-device glyph-height glyph-width mail-aliases-setup make-annotation make-event make-glyph make-network-process map-extents -- 2.25.1