ruby-changes:54370
From: shyouhei <ko1@a...>
Date: Thu, 27 Dec 2018 15:12:17 +0900 (JST)
Subject: [ruby-changes:54370] shyouhei:r66584 (trunk): delete emacs mode lines [ci skip]
shyouhei 2018-12-27 15:12:09 +0900 (Thu, 27 Dec 2018) New Revision: 66584 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66584 Log: delete emacs mode lines [ci skip] These settings are now covered by .dir-locals.el. Modified files: trunk/.travis.yml trunk/benchmark/so_ackermann.rb trunk/benchmark/so_array.rb trunk/benchmark/so_concatenate.rb trunk/benchmark/so_count_words.yml trunk/benchmark/so_exception.rb trunk/benchmark/so_matrix.rb trunk/benchmark/so_nested_loop.rb trunk/benchmark/so_object.rb trunk/bootstraptest/runner.rb trunk/complex.c trunk/insns.def trunk/lib/monitor.rb trunk/rational.c trunk/tool/ruby_vm/controllers/application_controller.rb trunk/tool/ruby_vm/helpers/c_escape.rb trunk/tool/ruby_vm/helpers/dumper.rb trunk/tool/ruby_vm/helpers/scanner.rb trunk/tool/ruby_vm/loaders/insns_def.rb trunk/tool/ruby_vm/loaders/opt_insn_unif_def.rb trunk/tool/ruby_vm/loaders/opt_operand_def.rb trunk/tool/ruby_vm/loaders/vm_opts_h.rb trunk/tool/ruby_vm/models/attribute.rb trunk/tool/ruby_vm/models/bare_instructions.rb trunk/tool/ruby_vm/models/c_expr.rb trunk/tool/ruby_vm/models/instructions.rb trunk/tool/ruby_vm/models/instructions_unifications.rb trunk/tool/ruby_vm/models/operands_unifications.rb trunk/tool/ruby_vm/models/trace_instructions.rb trunk/tool/ruby_vm/models/typemap.rb trunk/tool/ruby_vm/scripts/insns2vm.rb trunk/tool/ruby_vm/views/_attributes.erb trunk/tool/ruby_vm/views/_c_expr.erb trunk/tool/ruby_vm/views/_copyright.erb trunk/tool/ruby_vm/views/_insn_entry.erb trunk/tool/ruby_vm/views/_insn_len_info.erb trunk/tool/ruby_vm/views/_insn_name_info.erb trunk/tool/ruby_vm/views/_insn_operand_info.erb trunk/tool/ruby_vm/views/_insn_stack_increase.erb trunk/tool/ruby_vm/views/_insn_type_chars.erb trunk/tool/ruby_vm/views/_leaf_helpers.erb trunk/tool/ruby_vm/views/_mjit_compile_insn.erb trunk/tool/ruby_vm/views/_mjit_compile_insn_body.erb trunk/tool/ruby_vm/views/_mjit_compile_ivar.erb trunk/tool/ruby_vm/views/_mjit_compile_send.erb trunk/tool/ruby_vm/views/_notice.erb trunk/tool/ruby_vm/views/_sp_inc_helpers.erb trunk/tool/ruby_vm/views/_trace_instruction.erb trunk/tool/ruby_vm/views/insns.inc.erb trunk/tool/ruby_vm/views/insns_info.inc.erb trunk/tool/ruby_vm/views/mjit_compile.inc.erb trunk/tool/ruby_vm/views/opt_sc.inc.erb trunk/tool/ruby_vm/views/optinsn.inc.erb trunk/tool/ruby_vm/views/optunifs.inc.erb trunk/tool/ruby_vm/views/vm.inc.erb trunk/tool/ruby_vm/views/vmtc.inc.erb Index: tool/ruby_vm/views/insns.inc.erb =================================================================== --- tool/ruby_vm/views/insns.inc.erb (revision 66583) +++ tool/ruby_vm/views/insns.inc.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/insns.inc.erb#L1 -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# Index: tool/ruby_vm/views/_copyright.erb =================================================================== --- tool/ruby_vm/views/_copyright.erb (revision 66583) +++ tool/ruby_vm/views/_copyright.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_copyright.erb#L1 -%# -*- mode: c; style: ruby; coding: utf-8; indent-tabs-mode: nil -*- +%# -*- C -*- %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %; %# This file is a part of the programming language Ruby. Permission is hereby Index: tool/ruby_vm/loaders/vm_opts_h.rb =================================================================== --- tool/ruby_vm/loaders/vm_opts_h.rb (revision 66583) +++ tool/ruby_vm/loaders/vm_opts_h.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/loaders/vm_opts_h.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/views/_insn_operand_info.erb =================================================================== --- tool/ruby_vm/views/_insn_operand_info.erb (revision 66583) +++ tool/ruby_vm/views/_insn_operand_info.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_insn_operand_info.erb#L1 -%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- +%# -*- C -*- %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# %# This file is a part of the programming language Ruby. Permission is hereby Index: tool/ruby_vm/views/_mjit_compile_ivar.erb =================================================================== --- tool/ruby_vm/views/_mjit_compile_ivar.erb (revision 66583) +++ tool/ruby_vm/views/_mjit_compile_ivar.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_mjit_compile_ivar.erb#L1 -% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- +% # -*- C -*- % # Copyright (c) 2018 Takashi Kokubun. All rights reserved. % # % # This file is a part of the programming language Ruby. Permission is hereby Index: tool/ruby_vm/views/_trace_instruction.erb =================================================================== --- tool/ruby_vm/views/_trace_instruction.erb (revision 66583) +++ tool/ruby_vm/views/_trace_instruction.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_trace_instruction.erb#L1 -%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- +%# -*- C -*- %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# %# This file is a part of the programming language Ruby. Permission is hereby Index: tool/ruby_vm/views/_mjit_compile_insn.erb =================================================================== --- tool/ruby_vm/views/_mjit_compile_insn.erb (revision 66583) +++ tool/ruby_vm/views/_mjit_compile_insn.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_mjit_compile_insn.erb#L1 -% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- +% # -*- C -*- % # Copyright (c) 2018 Takashi Kokubun. All rights reserved. % # % # This file is a part of the programming language Ruby. Permission is hereby Index: tool/ruby_vm/views/_insn_stack_increase.erb =================================================================== --- tool/ruby_vm/views/_insn_stack_increase.erb (revision 66583) +++ tool/ruby_vm/views/_insn_stack_increase.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_insn_stack_increase.erb#L1 -%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- +%# -*- C -*- %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# %# This file is a part of the programming language Ruby. Permission is hereby Index: tool/ruby_vm/views/_mjit_compile_insn_body.erb =================================================================== --- tool/ruby_vm/views/_mjit_compile_insn_body.erb (revision 66583) +++ tool/ruby_vm/views/_mjit_compile_insn_body.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_mjit_compile_insn_body.erb#L1 -% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- +% # -*- C -*- % # Copyright (c) 2018 Takashi Kokubun. All rights reserved. % # % # This file is a part of the programming language Ruby. Permission is hereby Index: bootstraptest/runner.rb =================================================================== --- bootstraptest/runner.rb (revision 66583) +++ bootstraptest/runner.rb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/bootstraptest/runner.rb#L1 -"exec" "${RUBY-ruby}" "-x" "$0" "$@" || true # -*- mode: ruby; coding: utf-8 -*- +"exec" "${RUBY-ruby}" "-x" "$0" "$@" || true # -*- Ruby -*- #!./ruby # $Id$ Index: benchmark/so_count_words.yml =================================================================== --- benchmark/so_count_words.yml (revision 66583) +++ benchmark/so_count_words.yml (revision 66584) @@ -1,6 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/so_count_words.yml#L1 prelude: | #!/usr/bin/ruby - # -*- mode: ruby -*- wc_input_base = <<EOS Subject: Re: Who was Izchak Miller? Index: benchmark/so_array.rb =================================================================== --- benchmark/so_array.rb (revision 66583) +++ benchmark/so_array.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/so_array.rb#L1 #!/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 Index: benchmark/so_concatenate.rb =================================================================== --- benchmark/so_concatenate.rb (revision 66583) +++ benchmark/so_concatenate.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/so_concatenate.rb#L1 #!/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 Index: benchmark/so_object.rb =================================================================== --- benchmark/so_object.rb (revision 66583) +++ benchmark/so_object.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/so_object.rb#L1 #!/usr/bin/ruby -# -*- mode: ruby -*- +# -*- Ruby -*- # $Id: objinst-ruby.code,v 1.4 2004/11/13 07:42:25 bfulgham Exp $ # http://www.bagley.org/~doug/shootout/ # with help from Aristarkh Zagorodnikov Index: benchmark/so_nested_loop.rb =================================================================== --- benchmark/so_nested_loop.rb (revision 66583) +++ benchmark/so_nested_loop.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/so_nested_loop.rb#L1 #!/usr/bin/ruby -# -*- mode: ruby -*- +# -*- Ruby -*- # $Id: nestedloop-ruby.code,v 1.4 2004/11/13 07:42:22 bfulgham Exp $ # http://www.bagley.org/~doug/shootout/ # from Avi Bryant Index: benchmark/so_exception.rb =================================================================== --- benchmark/so_exception.rb (revision 66583) +++ benchmark/so_exception.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/so_exception.rb#L1 #!/usr/bin/ruby -# -*- mode: ruby -*- +# -*- Ruby -*- # $Id: except-ruby.code,v 1.4 2004/11/13 07:41:33 bfulgham Exp $ # http://www.bagley.org/~doug/shootout/ Index: benchmark/so_ackermann.rb =================================================================== --- benchmark/so_ackermann.rb (revision 66583) +++ benchmark/so_ackermann.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/so_ackermann.rb#L1 #!/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/ Index: benchmark/so_matrix.rb =================================================================== --- benchmark/so_matrix.rb (revision 66583) +++ benchmark/so_matrix.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/so_matrix.rb#L1 #!/usr/bin/ruby -# -*- mode: ruby -*- +# -*- Ruby -*- # $Id: matrix-ruby.code,v 1.4 2004/11/13 07:42:14 bfulgham Exp $ # http://www.bagley.org/~doug/shootout/ Index: tool/ruby_vm/helpers/dumper.rb =================================================================== --- tool/ruby_vm/helpers/dumper.rb (revision 66583) +++ tool/ruby_vm/helpers/dumper.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/helpers/dumper.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/helpers/c_escape.rb =================================================================== --- tool/ruby_vm/helpers/c_escape.rb (revision 66583) +++ tool/ruby_vm/helpers/c_escape.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/helpers/c_escape.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/helpers/scanner.rb =================================================================== --- tool/ruby_vm/helpers/scanner.rb (revision 66583) +++ tool/ruby_vm/helpers/scanner.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/helpers/scanner.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/models/trace_instructions.rb =================================================================== --- tool/ruby_vm/models/trace_instructions.rb (revision 66583) +++ tool/ruby_vm/models/trace_instructions.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/models/trace_instructions.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/models/attribute.rb =================================================================== --- tool/ruby_vm/models/attribute.rb (revision 66583) +++ tool/ruby_vm/models/attribute.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/models/attribute.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/models/instructions.rb =================================================================== --- tool/ruby_vm/models/instructions.rb (revision 66583) +++ tool/ruby_vm/models/instructions.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/models/instructions.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/models/operands_unifications.rb =================================================================== --- tool/ruby_vm/models/operands_unifications.rb (revision 66583) +++ tool/ruby_vm/models/operands_unifications.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/models/operands_unifications.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/models/bare_instructions.rb =================================================================== --- tool/ruby_vm/models/bare_instructions.rb (revision 66583) +++ tool/ruby_vm/models/bare_instructions.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/models/bare_instructions.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/models/instructions_unifications.rb =================================================================== --- tool/ruby_vm/models/instructions_unifications.rb (revision 66583) +++ tool/ruby_vm/models/instructions_unifications.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/models/instructions_unifications.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/models/typemap.rb =================================================================== --- tool/ruby_vm/models/typemap.rb (revision 66583) +++ tool/ruby_vm/models/typemap.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/models/typemap.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/models/c_expr.rb =================================================================== --- tool/ruby_vm/models/c_expr.rb (revision 66583) +++ tool/ruby_vm/models/c_expr.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/models/c_expr.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/controllers/application_controller.rb =================================================================== --- tool/ruby_vm/controllers/application_controller.rb (revision 66583) +++ tool/ruby_vm/controllers/application_controller.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/controllers/application_controller.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/scripts/insns2vm.rb =================================================================== --- tool/ruby_vm/scripts/insns2vm.rb (revision 66583) +++ tool/ruby_vm/scripts/insns2vm.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/scripts/insns2vm.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/loaders/insns_def.rb =================================================================== --- tool/ruby_vm/loaders/insns_def.rb (revision 66583) +++ tool/ruby_vm/loaders/insns_def.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/loaders/insns_def.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/loaders/opt_insn_unif_def.rb =================================================================== --- tool/ruby_vm/loaders/opt_insn_unif_def.rb (revision 66583) +++ tool/ruby_vm/loaders/opt_insn_unif_def.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/loaders/opt_insn_unif_def.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/loaders/opt_operand_def.rb =================================================================== --- tool/ruby_vm/loaders/opt_operand_def.rb (revision 66583) +++ tool/ruby_vm/loaders/opt_operand_def.rb (revision 66584) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/loaders/opt_operand_def.rb#L1 #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # Index: tool/ruby_vm/views/_leaf_helpers.erb =================================================================== --- tool/ruby_vm/views/_leaf_helpers.erb (revision 66583) +++ tool/ruby_vm/views/_leaf_helpers.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_leaf_helpers.erb#L1 -%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- +%# -*- C -*- %# Copyright (c) 2018 Urabe, Shyouhei. All rights reserved. %# %# This file is a part of the programming language Ruby. Permission is hereby Index: tool/ruby_vm/views/vm.inc.erb =================================================================== --- tool/ruby_vm/views/vm.inc.erb (revision 66583) +++ tool/ruby_vm/views/vm.inc.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/vm.inc.erb#L1 -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# Index: tool/ruby_vm/views/_sp_inc_helpers.erb =================================================================== --- tool/ruby_vm/views/_sp_inc_helpers.erb (revision 66583) +++ tool/ruby_vm/views/_sp_inc_helpers.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_sp_inc_helpers.erb#L1 -%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- +%# -*- C -*- %# Copyright (c) 2018 Urabe, Shyouhei. All rights reserved. %# %# This file is a part of the programming language Ruby. Permission is hereby Index: tool/ruby_vm/views/opt_sc.inc.erb =================================================================== --- tool/ruby_vm/views/opt_sc.inc.erb (revision 66583) +++ tool/ruby_vm/views/opt_sc.inc.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/opt_sc.inc.erb#L1 -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# Index: tool/ruby_vm/views/optinsn.inc.erb =================================================================== --- tool/ruby_vm/views/optinsn.inc.erb (revision 66583) +++ tool/ruby_vm/views/optinsn.inc.erb (revision 66584) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/optinsn.inc.erb#L1 -/* -*- mode:c; style:ruby; coding: ut (... truncated) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/