diff options
-rw-r--r-- | misc/ruby-style.el | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -7,6 +7,14 @@ ;;; $Author$ ;;; created at: Thu Apr 26 13:54:01 JST 2007 ;;; (defconst ruby-style-revision "$Revision$" "Ruby style revision string.") @@ -56,7 +64,7 @@ (defun ruby-style-c-mode () (interactive) - (if (or (string-match "/ruby\\>" (buffer-file-name)) (save-excursion (goto-char (point-min)) (let ((head (progn (forward-line 100) (point))) |