aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-04-09 22:40:32 +0800
committervs <vs@FreeBSD.org>2006-04-09 22:40:32 +0800
commitcd7bd5bc2d4bc272e5a0f21558064e33ba7e9e23 (patch)
treed9c76bb632c3a9668cf8b80835b7a08c6f3b5e36 /lang
parentad5a15a3b6627cae160bbf04e87fbcbf41f8f8fa (diff)
downloadfreebsd-ports-gnome-cd7bd5bc2d4bc272e5a0f21558064e33ba7e9e23.tar.gz
freebsd-ports-gnome-cd7bd5bc2d4bc272e5a0f21558064e33ba7e9e23.tar.zst
freebsd-ports-gnome-cd7bd5bc2d4bc272e5a0f21558064e33ba7e9e23.zip
Fix recommendation for enabling ruby-mode
PR: ports/94376 Submitted by: Fazlul Shahriar
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby-mode.el/pkg-message1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/ruby-mode.el/pkg-message b/lang/ruby-mode.el/pkg-message
index bb6a8739bddd..aab081bfbc3a 100644
--- a/lang/ruby-mode.el/pkg-message
+++ b/lang/ruby-mode.el/pkg-message
@@ -3,7 +3,6 @@ To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
following lines to your ~/.emacs:
;; Taken from the comment section in inf-ruby.el
-(setq ruby-program-name "/usr/local/bin/ruby")
(autoload 'ruby-mode "ruby-mode" "Mode for editing ruby source files")
(add-to-list 'auto-mode-alist '("\\.rb$" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))