<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,12 +7,13 @@
 
 ;;; If you are using MuMaMo or nxml, you will need to tweak the mumamo
 ;;; keymap to let tab work for yasnippets
-(setq mumamo-map
-      (let ((map (make-sparse-keymap)))
-	(define-key map [(control meta prior)] 'mumamo-backward-chunk)
-	(define-key map [(control meta next)]  'mumamo-forward-chunk)
-	(define-key map [tab] 'yas/expand)
-	map))
-(mumamo-add-multi-keymap 'mumamo-multi-major-mode mumamo-map)
+(if (boundp 'mumamo:version)
+    ((setq mumamo-map
+          (let ((map (make-sparse-keymap)))
+            (define-key map [(control meta prior)] 'mumamo-backward-chunk)
+            (define-key map [(control meta next)]  'mumamo-forward-chunk)
+            (define-key map [tab] 'yas/expand)
+            map))
+     (mumamo-add-multi-keymap 'mumamo-multi-major-mode mumamo-map)))
 
-;;; setup.el ends here
\ No newline at end of file
+;;; setup.el ends here</diff>
      <filename>setup.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5cc4c6d476bccc2e3a71cffc5221099db0c34540</id>
    </parent>
  </parents>
  <author>
    <name>gary</name>
    <email>ge.iams@gmail.com</email>
  </author>
  <url>http://github.com/eschulte/yasnippets-rails/commit/9b12c797a11a975960c435f4723f52cb9740cb70</url>
  <id>9b12c797a11a975960c435f4723f52cb9740cb70</id>
  <committed-date>2008-09-07T12:40:34-07:00</committed-date>
  <authored-date>2008-09-07T12:40:34-07:00</authored-date>
  <message>added a MuMaMo existence check.</message>
  <tree>dba026c6ded5dd26671365117174608cb9873c87</tree>
  <committer>
    <name>gary</name>
    <email>ge.iams@gmail.com</email>
  </committer>
</commit>
