<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -181,13 +181,13 @@ specified by HEIGHT.&quot;
 system.&quot;
   (interactive)
   (cond ((eq window-system 'w32) (w32-maximize-frame))
-        ((memq window-system '(x mac)) (x-maximize-frame))))
+        ((memq window-system '(x mac ns)) (x-maximize-frame))))
 
 (defun restore-frame ()
   &quot;Restores a maximized frame.  See `maximize-frame'.&quot;
   (interactive)
   (cond ((eq window-system 'w32) (w32-restore-frame))
-        ((memq window-system '(x mac)) (x-restore-frame))))
+        ((memq window-system '(x mac ns)) (x-restore-frame))))
 
 (defalias 'mf 'maximize-frame)
 </diff>
      <filename>maxframe.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>34cffed1474175c336e87f60b0049b56ceecf427</id>
    </parent>
  </parents>
  <author>
    <name>Mark Hepburn</name>
    <email>Mark.Hepburn@gmail.com</email>
  </author>
  <url>http://github.com/rmm5t/maxframe-el/commit/59ca8db6b7b0692518cec979a2d174e75a2e9016</url>
  <id>59ca8db6b7b0692518cec979a2d174e75a2e9016</id>
  <committed-date>2009-06-10T12:24:57-07:00</committed-date>
  <authored-date>2009-06-10T12:24:57-07:00</authored-date>
  <message>Added support for cocoa branch of emacs (window-system is now reported as 'ns not 'mac)</message>
  <tree>ab217186975410189a5c8e6110c95f4500920c55</tree>
  <committer>
    <name>Mark Hepburn</name>
    <email>Mark.Hepburn@gmail.com</email>
  </committer>
</commit>
