summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-01 06:01:51 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-01 06:01:51 +0000
commit859ed608bc3e7ea5726ec4ec8299deabf30a6164 (patch)
tree1193a0b92e7668389b5f045b3f538d9dc30fff79 /misc
parente198d0e5cb7e8db7d4dbd8a3047455b8b014a175 (diff)
* re.c (rb_reg_search): should set regs.allocated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'misc')
-rw-r--r--misc/inf-ruby.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/inf-ruby.el b/misc/inf-ruby.el
index dab2d51743..188693554b 100644
--- a/misc/inf-ruby.el
+++ b/misc/inf-ruby.el
@@ -15,7 +15,7 @@
;;; for example :
;;;
;;; (autoload 'ruby-mode "ruby-mode"
-;;; "Mode for editing ruby source files")
+;;; "Mode for editing ruby source files" t)
;;; (setq auto-mode-alist
;;; (append '(("\\.rb$" . ruby-mode)) auto-mode-alist))
;;; (setq interpreter-mode-alist (append '(("ruby" . ruby-mode))
@@ -35,9 +35,12 @@
;;; HISTORY
;;; senda - 8 Apr 1998: Created.
;;; $Log$
+;;; Revision 1.3.2.1 2002/02/01 06:01:51 matz
+;;; * re.c (rb_reg_search): should set regs.allocated.
+;;;
;;; Revision 1.3 1999/12/01 09:24:18 matz
;;; 19991201
-;;;
+;;;
;;; Revision 1.2 1999/08/13 05:45:18 matz
;;; 1.4.0
;;;