diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-27 06:12:09 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-27 06:12:09 +0000 |
commit | bc64df876ebe96fa5da2b98d6227a8ef4163b911 (patch) | |
tree | 2697c35ccf02396c3d400a1913be504d7b4914d8 /tool/ruby_vm/views | |
parent | 070a4aa0f00bd466fe52c526a0e862092cdcfa81 (diff) |
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
Diffstat (limited to 'tool/ruby_vm/views')
25 files changed, 25 insertions, 25 deletions
diff --git a/tool/ruby_vm/views/_attributes.erb b/tool/ruby_vm/views/_attributes.erb index 9229f1a5ce..89a89817af 100644 --- a/tool/ruby_vm/views/_attributes.erb +++ b/tool/ruby_vm/views/_attributes.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_c_expr.erb b/tool/ruby_vm/views/_c_expr.erb index cebe4d7a5d..4e1b0ec883 100644 --- a/tool/ruby_vm/views/_c_expr.erb +++ b/tool/ruby_vm/views/_c_expr.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_copyright.erb b/tool/ruby_vm/views/_copyright.erb index a449b0b735..d1d445724f 100644 --- a/tool/ruby_vm/views/_copyright.erb +++ b/tool/ruby_vm/views/_copyright.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_insn_entry.erb b/tool/ruby_vm/views/_insn_entry.erb index 05299d1006..b790729611 100644 --- a/tool/ruby_vm/views/_insn_entry.erb +++ b/tool/ruby_vm/views/_insn_entry.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_insn_len_info.erb b/tool/ruby_vm/views/_insn_len_info.erb index abbdb2e92c..cc5889646d 100644 --- a/tool/ruby_vm/views/_insn_len_info.erb +++ b/tool/ruby_vm/views/_insn_len_info.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_insn_name_info.erb b/tool/ruby_vm/views/_insn_name_info.erb index f690a7b0c7..bcf570717f 100644 --- a/tool/ruby_vm/views/_insn_name_info.erb +++ b/tool/ruby_vm/views/_insn_name_info.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_insn_operand_info.erb b/tool/ruby_vm/views/_insn_operand_info.erb index f6b6565d59..6a28cac4f4 100644 --- a/tool/ruby_vm/views/_insn_operand_info.erb +++ b/tool/ruby_vm/views/_insn_operand_info.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_insn_stack_increase.erb b/tool/ruby_vm/views/_insn_stack_increase.erb index 84f5dbc935..315d695cf1 100644 --- a/tool/ruby_vm/views/_insn_stack_increase.erb +++ b/tool/ruby_vm/views/_insn_stack_increase.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_insn_type_chars.erb b/tool/ruby_vm/views/_insn_type_chars.erb index b3eff5624f..fb0e091241 100644 --- a/tool/ruby_vm/views/_insn_type_chars.erb +++ b/tool/ruby_vm/views/_insn_type_chars.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_leaf_helpers.erb b/tool/ruby_vm/views/_leaf_helpers.erb index 2b59b7653b..ef54a2268b 100644 --- a/tool/ruby_vm/views/_leaf_helpers.erb +++ b/tool/ruby_vm/views/_leaf_helpers.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_mjit_compile_insn.erb b/tool/ruby_vm/views/_mjit_compile_insn.erb index 9ba0ffc1c3..26c011ecd5 100644 --- a/tool/ruby_vm/views/_mjit_compile_insn.erb +++ b/tool/ruby_vm/views/_mjit_compile_insn.erb @@ -1,4 +1,4 @@ -% # -*- 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 diff --git a/tool/ruby_vm/views/_mjit_compile_insn_body.erb b/tool/ruby_vm/views/_mjit_compile_insn_body.erb index 675f06f80f..aec748385a 100644 --- a/tool/ruby_vm/views/_mjit_compile_insn_body.erb +++ b/tool/ruby_vm/views/_mjit_compile_insn_body.erb @@ -1,4 +1,4 @@ -% # -*- 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 diff --git a/tool/ruby_vm/views/_mjit_compile_ivar.erb b/tool/ruby_vm/views/_mjit_compile_ivar.erb index f1963c23f7..d8d77f3d36 100644 --- a/tool/ruby_vm/views/_mjit_compile_ivar.erb +++ b/tool/ruby_vm/views/_mjit_compile_ivar.erb @@ -1,4 +1,4 @@ -% # -*- 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 diff --git a/tool/ruby_vm/views/_mjit_compile_send.erb b/tool/ruby_vm/views/_mjit_compile_send.erb index 40d803af7a..fa022af791 100644 --- a/tool/ruby_vm/views/_mjit_compile_send.erb +++ b/tool/ruby_vm/views/_mjit_compile_send.erb @@ -1,4 +1,4 @@ -% # -*- 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 diff --git a/tool/ruby_vm/views/_notice.erb b/tool/ruby_vm/views/_notice.erb index 8c6cdaf533..d17e019727 100644 --- a/tool/ruby_vm/views/_notice.erb +++ b/tool/ruby_vm/views/_notice.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_sp_inc_helpers.erb b/tool/ruby_vm/views/_sp_inc_helpers.erb index 3ec20d0246..6308107e9f 100644 --- a/tool/ruby_vm/views/_sp_inc_helpers.erb +++ b/tool/ruby_vm/views/_sp_inc_helpers.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/_trace_instruction.erb b/tool/ruby_vm/views/_trace_instruction.erb index 30933a6f5a..be2b091d48 100644 --- a/tool/ruby_vm/views/_trace_instruction.erb +++ b/tool/ruby_vm/views/_trace_instruction.erb @@ -1,4 +1,4 @@ -%# -*- 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 diff --git a/tool/ruby_vm/views/insns.inc.erb b/tool/ruby_vm/views/insns.inc.erb index 78dddd69d1..29981a8a2d 100644 --- a/tool/ruby_vm/views/insns.inc.erb +++ b/tool/ruby_vm/views/insns.inc.erb @@ -1,4 +1,4 @@ -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# diff --git a/tool/ruby_vm/views/insns_info.inc.erb b/tool/ruby_vm/views/insns_info.inc.erb index cdca908a69..532cdbaa88 100644 --- a/tool/ruby_vm/views/insns_info.inc.erb +++ b/tool/ruby_vm/views/insns_info.inc.erb @@ -1,4 +1,4 @@ -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# diff --git a/tool/ruby_vm/views/mjit_compile.inc.erb b/tool/ruby_vm/views/mjit_compile.inc.erb index b2ba3ca240..05c32deab2 100644 --- a/tool/ruby_vm/views/mjit_compile.inc.erb +++ b/tool/ruby_vm/views/mjit_compile.inc.erb @@ -1,4 +1,4 @@ -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ % # Copyright (c) 2018 Takashi Kokubun. All rights reserved. % # diff --git a/tool/ruby_vm/views/opt_sc.inc.erb b/tool/ruby_vm/views/opt_sc.inc.erb index fdc9ee3d08..e58c81989f 100644 --- a/tool/ruby_vm/views/opt_sc.inc.erb +++ b/tool/ruby_vm/views/opt_sc.inc.erb @@ -1,4 +1,4 @@ -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# diff --git a/tool/ruby_vm/views/optinsn.inc.erb b/tool/ruby_vm/views/optinsn.inc.erb index 1cb09d4809..676f1edaba 100644 --- a/tool/ruby_vm/views/optinsn.inc.erb +++ b/tool/ruby_vm/views/optinsn.inc.erb @@ -1,4 +1,4 @@ -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# diff --git a/tool/ruby_vm/views/optunifs.inc.erb b/tool/ruby_vm/views/optunifs.inc.erb index 29d8ca2855..e92a95beff 100644 --- a/tool/ruby_vm/views/optunifs.inc.erb +++ b/tool/ruby_vm/views/optunifs.inc.erb @@ -1,4 +1,4 @@ -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# diff --git a/tool/ruby_vm/views/vm.inc.erb b/tool/ruby_vm/views/vm.inc.erb index 24181fab95..c1a3faf60a 100644 --- a/tool/ruby_vm/views/vm.inc.erb +++ b/tool/ruby_vm/views/vm.inc.erb @@ -1,4 +1,4 @@ -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# diff --git a/tool/ruby_vm/views/vmtc.inc.erb b/tool/ruby_vm/views/vmtc.inc.erb index 16886a1ea6..99cbd92614 100644 --- a/tool/ruby_vm/views/vmtc.inc.erb +++ b/tool/ruby_vm/views/vmtc.inc.erb @@ -1,4 +1,4 @@ -/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */ +/* -*- C -*- */ %# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved. %# |