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

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

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

revision 1.10 by satyakid, Sun Oct 16 03:24:54 2005 UTC revision 1.11 by satyakid, Sun Oct 16 20:42:39 2005 UTC
# Line 337  directory is added to the `load-path' if Line 337  directory is added to the `load-path' if
337               (error "Can not find image directory %s"               (error "Can not find image directory %s"
338                      mh-image-load-path))                      mh-image-load-path))
339              ((boundp 'image-load-path)              ((boundp 'image-load-path)
340               (pushnew mh-image-load-path image-load-path))               (unless (member mh-image-load-path image-load-path)
341                   (push mh-image-load-path image-load-path)))
342              ((not (member mh-image-load-path load-path))              ((not (member mh-image-load-path load-path))
343               (push mh-image-load-path load-path))))               (push mh-image-load-path load-path))))
344      (setq mh-image-load-path-called-flag t)))      (setq mh-image-load-path-called-flag t)))

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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