/[emacs]/emacs/lisp/mh-e/mh-gnus.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-gnus.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by wohler, Sun Oct 23 21:26:17 2005 UTC revision 1.9 by wohler, Mon Oct 24 20:46:06 2005 UTC
# Line 30  Line 30 
30    
31  ;;; Code:  ;;; Code:
32    
33  (load "mm-decode" t t)                  ; Non-fatal dependency  ;;; Load libraries in a non-fatal way in order to see if certain functions are
34  (load "mm-uu" t t)                      ; Non-fatal dependency  ;;; pre-defined.
 (load "mailcap" t t)                    ; Non-fatal dependency  
 (load "smiley" t t)                     ; Non-fatal dependency  
35  (load "mailabbrev" t t)  (load "mailabbrev" t t)
36    (load "mailcap" t t)
37    (load "mm-decode" t t)
38    (load "mm-uu" t t)
39    (load "mml" t t)
40    (load "smiley" t t)
41    
42  (defmacro mh-defun-compat (function arg-list &rest body)  (defmacro mh-defun-compat (function arg-list &rest body)
43    "This is a macro to define functions which are not defined.    "This is a macro to define functions which are not defined.

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26