~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to debian/ruby1.9-elisp.emacsen-startup

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-24 11:42:29 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124114229-jw2f87rdxlq6gp11
Tags: 1.9.0.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
(autoload 'ruby-mode "ruby-mode" "Mode for editing ruby source files" t)
19
19
(setq auto-mode-alist
20
 
      (cons '("\\.rb$" . ruby-mode) auto-mode-alist))
 
20
      (cons '("\\.rb\\'" . ruby-mode) auto-mode-alist))
21
21
(setq interpreter-mode-alist
22
22
      (cons '("ruby" . ruby-mode) interpreter-mode-alist))
23
23