2003-03-20 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / lpath.el
index 4e8975b..4e2b1ec 100644 (file)
@@ -9,8 +9,7 @@
 (defun maybe-bind (args)
   (mapcar (lambda (var) (unless (boundp var) (set var nil))) args))
 
-(maybe-fbind '(bbdb-records
-              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
@@ -71,4 +71,7 @@
 (defun nnkiboze-score-file (a)
   )
 
+(defun split-line (&optional arg)
+  )
+
 (provide 'lpath)