Skip to content

Commit

Permalink
rails-lib.el, rails.el: fix compilation error [#9547]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/emacs-rails/trunk@123 cc5033d0-740f-0410-afc7-949910e492f2
  • Loading branch information
dimaexe committed Mar 26, 2007
1 parent 41aebf2 commit 6c67794
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2007-03-26 dima <[email protected]>

* rails-lib.el, rails.el: fix compilation error [#9547]

* rails.el (rails-templates-list): added support "erb" and "liquid"

* rails-lib.el: fixed compilation warnings
Expand Down
2 changes: 2 additions & 0 deletions rails-bytecompile.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(require 'rails)

(mapcar
#'byte-compile-file
(directory-files "./" t "\\.el$"))
3 changes: 0 additions & 3 deletions rails-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@

;;; Code:

(eval-when-compile
(require 'rails))

(defun rails-lib:run-primary-switch ()
"Run the primary switch function."
(interactive)
Expand Down
1 change: 1 addition & 0 deletions rails.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
(require 'inflections)

(require 'rails-core)
(require 'rails-ruby)
(require 'rails-lib)
(require 'rails-cmd-proxy)
(require 'rails-navigation)
Expand Down

0 comments on commit 6c67794

Please sign in to comment.