summaryrefslogtreecommitdiff
path: root/misc/inf-ruby.el
diff options
context:
space:
mode:
Diffstat (limited to 'misc/inf-ruby.el')
-rw-r--r--misc/inf-ruby.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/inf-ruby.el b/misc/inf-ruby.el
index d9e2348e6e..c323eb25c6 100644
--- a/misc/inf-ruby.el
+++ b/misc/inf-ruby.el
@@ -1,8 +1,8 @@
;;; -*-Emacs-Lisp-*-
;;;
-;;; $Id$
-;;; $Author$
-;;; $Date$
+;;; $Id: inf-ruby.el,v 1.6.2.1 2004/07/27 07:51:28 matz Exp $
+;;; $Author: matz $
+;;; $Date: 2004/07/27 07:51:28 $
;;;
;;; Inferior Ruby Mode - ruby process in a buffer.
;;; adapted from cmuscheme.el
@@ -34,11 +34,11 @@
;;;
;;; HISTORY
;;; senda - 8 Apr 1998: Created.
-;;; $Log$
+;;; $Log: inf-ruby.el,v $
;;; Revision 1.6.2.1 2004/07/27 07:51:28 matz
;;; * object.c (Init_Object): "===" calls rb_obj_equal() directly.
;;; [ruby-list:39937]
-;;;
+;;;
;;; Revision 1.6 2002/09/07 14:35:46 nobu
;;; * misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexp
;;; alist for error message from ruby.