From bc64df876ebe96fa5da2b98d6227a8ef4163b911 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Thu, 27 Dec 2018 06:12:09 +0000 Subject: [PATCH] delete emacs mode lines [ci skip] These settings are now covered by .dir-locals.el. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 10 +--------- benchmark/so_ackermann.rb | 2 +- benchmark/so_array.rb | 2 +- benchmark/so_concatenate.rb | 2 +- benchmark/so_count_words.yml | 1 - benchmark/so_exception.rb | 2 +- benchmark/so_matrix.rb | 2 +- benchmark/so_nested_loop.rb | 2 +- benchmark/so_object.rb | 2 +- bootstraptest/runner.rb | 2 +- complex.c | 6 ------ insns.def | 2 +- lib/monitor.rb | 5 ----- rational.c | 6 ------ tool/ruby_vm/controllers/application_controller.rb | 2 +- tool/ruby_vm/helpers/c_escape.rb | 2 +- tool/ruby_vm/helpers/dumper.rb | 2 +- tool/ruby_vm/helpers/scanner.rb | 2 +- tool/ruby_vm/loaders/insns_def.rb | 2 +- tool/ruby_vm/loaders/opt_insn_unif_def.rb | 2 +- tool/ruby_vm/loaders/opt_operand_def.rb | 2 +- tool/ruby_vm/loaders/vm_opts_h.rb | 2 +- tool/ruby_vm/models/attribute.rb | 2 +- tool/ruby_vm/models/bare_instructions.rb | 2 +- tool/ruby_vm/models/c_expr.rb | 2 +- tool/ruby_vm/models/instructions.rb | 2 +- tool/ruby_vm/models/instructions_unifications.rb | 2 +- tool/ruby_vm/models/operands_unifications.rb | 2 +- tool/ruby_vm/models/trace_instructions.rb | 2 +- tool/ruby_vm/models/typemap.rb | 2 +- tool/ruby_vm/scripts/insns2vm.rb | 2 +- tool/ruby_vm/views/_attributes.erb | 2 +- tool/ruby_vm/views/_c_expr.erb | 2 +- tool/ruby_vm/views/_copyright.erb | 2 +- tool/ruby_vm/views/_insn_entry.erb | 2 +- tool/ruby_vm/views/_insn_len_info.erb | 2 +- tool/ruby_vm/views/_insn_name_info.erb | 2 +- tool/ruby_vm/views/_insn_operand_info.erb | 2 +- tool/ruby_vm/views/_insn_stack_increase.erb | 2 +- tool/ruby_vm/views/_insn_type_chars.erb | 2 +- tool/ruby_vm/views/_leaf_helpers.erb | 2 +- tool/ruby_vm/views/_mjit_compile_insn.erb | 2 +- tool/ruby_vm/views/_mjit_compile_insn_body.erb | 2 +- tool/ruby_vm/views/_mjit_compile_ivar.erb | 2 +- tool/ruby_vm/views/_mjit_compile_send.erb | 2 +- tool/ruby_vm/views/_notice.erb | 2 +- tool/ruby_vm/views/_sp_inc_helpers.erb | 2 +- tool/ruby_vm/views/_trace_instruction.erb | 2 +- tool/ruby_vm/views/insns.inc.erb | 2 +- tool/ruby_vm/views/insns_info.inc.erb | 2 +- tool/ruby_vm/views/mjit_compile.inc.erb | 2 +- tool/ruby_vm/views/opt_sc.inc.erb | 2 +- tool/ruby_vm/views/optinsn.inc.erb | 2 +- tool/ruby_vm/views/optunifs.inc.erb | 2 +- tool/ruby_vm/views/vm.inc.erb | 2 +- tool/ruby_vm/views/vmtc.inc.erb | 2 +- 56 files changed, 52 insertions(+), 78 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03c423ef2f7fc3..8cc6dd6a019796 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +# -*- YAML -*- # Copyright (C) 2011 Urabe, Shyouhei. All rights reserved. # # This file is a part of the programming language Ruby. Permission is hereby @@ -404,12 +405,3 @@ notifications: email: - ko1c-failure@atdot.net - -# Local Variables: -# mode: YAML -# coding: utf-8-unix -# indent-tabs-mode: nil -# tab-width: 4 -# fill-column: 79 -# default-justification: full -# End: diff --git a/benchmark/so_ackermann.rb b/benchmark/so_ackermann.rb index 7db5be9050ac56..4effa1ecaf006d 100644 --- a/benchmark/so_ackermann.rb +++ b/benchmark/so_ackermann.rb @@ -1,5 +1,5 @@ #!/usr/bin/ruby -# -*- mode: ruby -*- +# -*- Ruby -*- # $Id: ackermann-ruby.code,v 1.4 2004/11/13 07:40:41 bfulgham Exp $ # http://www.bagley.org/~doug/shootout/ diff --git a/benchmark/so_array.rb b/benchmark/so_array.rb index 2b8fce8f99e938..767e03db5f4bf7 100644 --- a/benchmark/so_array.rb +++ b/benchmark/so_array.rb @@ -1,5 +1,5 @@ #!/usr/bin/ruby -# -*- mode: ruby -*- +# -*- Ruby -*- # $Id: ary-ruby.code,v 1.4 2004/11/13 07:41:27 bfulgham Exp $ # http://www.bagley.org/~doug/shootout/ # with help from Paul Brannan and Mark Hubbart diff --git a/benchmark/so_concatenate.rb b/benchmark/so_concatenate.rb index 873214de7c3cb5..4468e20ac86f97 100644 --- a/benchmark/so_concatenate.rb +++ b/benchmark/so_concatenate.rb @@ -1,5 +1,5 @@ #!/usr/bin/ruby -# -*- mode: ruby -*- +# -*- Ruby -*- # $Id: strcat-ruby.code,v 1.4 2004/11/13 07:43:28 bfulgham Exp $ # http://www.bagley.org/~doug/shootout/ # based on code from Aristarkh A Zagorodnikov and Dat Nguyen diff --git a/benchmark/so_count_words.yml b/benchmark/so_count_words.yml index d0a6c8dd3e8c63..99683505f927ac 100644 --- a/benchmark/so_count_words.yml +++ b/benchmark/so_count_words.yml @@ -1,6 +1,5 @@ prelude: | #!/usr/bin/ruby - # -*- mode: ruby -*- wc_input_base = <