]> git.pld-linux.org Git - packages/ruby.git/commitdiff
remove emacs .el as well. refs e5a5555132 auto/th/ruby-1.9.3.392-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 3 Apr 2013 14:42:06 +0000 (17:42 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 3 Apr 2013 14:42:24 +0000 (17:42 +0300)
ruby-mode-init.el [deleted file]
ruby.spec

diff --git a/ruby-mode-init.el b/ruby-mode-init.el
deleted file mode 100644 (file)
index fcd99db..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-;; ruby-mode-init.el
-;; Created: 2002-02-01
-;;
-(if (featurep 'xemacs)
-    (setq load-path (cons "/usr/lib/xemacs/xemacs-packages/lisp/ruby-mode" load-path))
-  (setq load-path (cons "/usr/share/emacs/site-lisp/ruby-mode" load-path)))
-     
-
-(autoload 'ruby-mode "ruby-mode" "Mode for editing ruby source files" t)
-(setq auto-mode-alist
-      (cons '("\\.rb$" . ruby-mode) auto-mode-alist))
-(setq interpreter-mode-alist
-      (cons '("ruby" . ruby-mode) interpreter-mode-alist))
-
-(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process")
-(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in ruby-mode")
-
-(add-hook 'ruby-mode-hook
-         '(lambda ()
-            (inf-ruby-keys)))
index a41929a7495833e006463adf621a7e34d26c54e1..d18b3401e4607bf1c8cab68a8f30e1efc938ca5d 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -47,7 +47,6 @@ Source100:    ftp://ftp.ruby-lang.org/pub/ruby/1.8/%{name}-1.8.7-p330.tar.gz
 # Source100-md5:       50a49edb787211598d08e756e733e42e
 Source4:       rdoc.1
 Source5:       testrb.1
-Source6:       %{name}-mode-init.el
 Patch0:                %{name}-lib64.patch
 Patch1:                %{name}-ffs.patch
 Patch2:                fix-bison-invocation.patch
This page took 0.116338 seconds and 4 git commands to generate.