<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,14 +5,14 @@ friendly
 
 == Instalation
 
-You need download last release from RubyForge page 
+You need download last release from RubyForge page
 &quot;http://rubyforge.org/projects/emacs-rails&quot; and and unpack
 it to directory containing libraries of Emacs, by default it's
 $HOME/.emacs.d/
 
 You can also use SVN
 
-  cd  $HOME/.emacs.d/ 
+  cd  $HOME/.emacs.d/
   svn co svn://rubyforge/var/svn/emacs-rails/trunk emacs-rails
 
 Download and install required libraries
@@ -26,15 +26,6 @@ Download and install required libraries
 After that you must add this code in $HOME/.emacs
 
   (setq load-path (cons &quot;~/.emacs.d/rails&quot; load-path))
-
-  (defun try-complete-abbrev (old)
-    (if (expand-abbrev) t nil))
-
-  (setq hippie-expand-try-functions-list
-    '(try-complete-abbrev
-      try-complete-file-name
-      try-expand-dabbrev))
-
   (require 'rails)
 
 For Windows users: you can use your help in CHM format (the default
@@ -82,7 +73,7 @@ can find them in the brackets.
 
 === Management of WEBrick/Mongrel
 
-* Your can select Webrick, Mongrel or Lighttpd 
+* Your can select Webrick, Mongrel or Lighttpd
 * Start/stop application server %(key)C-c C-c w s%
 * Automatic browsing on current action (from view or controller)
   %(key)C-c C-c w a%</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@ if there a string or a comment.&quot;
 only, like `flyspell-prog-mode'.&quot;
   (interactive)
   (when (fboundp 'predictive-mode)
-    (make-local-variable 'predictive-main-dict)
+    (set (make-local-variable 'predictive-main-dict) nil)
     (set (make-local-variable 'predictive-prog-mode-main-dict) predictive-main-dict)
     (if (find 'activate-predictive-inside-comments after-change-functions)
         (progn</diff>
      <filename>predictive-prog-mode.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b26407552e34135853c3d83a32c48192c0bc6a24</id>
    </parent>
  </parents>
  <author>
    <name>dimaexe</name>
    <email>dimaexe@cc5033d0-740f-0410-afc7-949910e492f2</email>
  </author>
  <url>http://github.com/remvee/emacs-rails/commit/a82f824e9097e6f081c915fec0f02a92c726017a</url>
  <id>a82f824e9097e6f081c915fec0f02a92c726017a</id>
  <committed-date>2007-04-13T00:46:13-07:00</committed-date>
  <authored-date>2007-04-13T00:46:13-07:00</authored-date>
  <message>README updated.


git-svn-id: svn+ssh://rubyforge.org/var/svn/emacs-rails/trunk@180 cc5033d0-740f-0410-afc7-949910e492f2</message>
  <tree>ac286b364b72036034f8d5d8531b6159283225c9</tree>
  <committer>
    <name>dimaexe</name>
    <email>dimaexe@cc5033d0-740f-0410-afc7-949910e492f2</email>
  </committer>
</commit>
