2003-03-20 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / lpath.el
index 77ac3a6..4e2b1ec 100644 (file)
@@ -9,7 +9,7 @@
 (defun maybe-bind (args)
   (mapcar (lambda (var) (unless (boundp var) (set var nil))) args))
 
-(maybe-fbind '(bbdb-search bbdb-create-internal
+(maybe-fbind '(bbdb-create-internal bbdb-records
               create-image display-graphic-p
               display-time-event-handler find-image image-size
               image-type-available-p insert-image
               vcard-pretty-print w32-focus-frame
               w3m-charset-to-coding-system x-focus-frame))
 (maybe-bind '(filladapt-mode
-             mc-pgp-always-sign rmail-enable-mime-composing
+             mc-pgp-always-sign mm-w3m-mode-map rmail-enable-mime-composing
              rmail-insert-mime-forwarded-message-function
              w3m-cid-retrieve-function-alist w3m-current-buffer
-             w3m-meta-content-type-charset-regexp w3m-minor-mode-map))
+             w3m-display-inline-images w3m-meta-content-type-charset-regexp
+             w3m-minor-mode-map))
 
 (if (featurep 'xemacs)
     (progn
@@ -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
@@ -70,4 +71,7 @@
 (defun nnkiboze-score-file (a)
   )
 
+(defun split-line (&optional arg)
+  )
+
 (provide 'lpath)