annotate .dir-locals.el @ 144:8f4e72ab4e11

fix segmentation fault caused by nothing next cur_op to end
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 21:23:56 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 ;; Emacs settings.
kono
parents:
diff changeset
2 ;; Copyright (C) 2012-2013 Free Software Foundation, Inc.
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 ;; This program is free software; you can redistribute it and/or modify
kono
parents:
diff changeset
5 ;; it under the terms of the GNU General Public License as published by
kono
parents:
diff changeset
6 ;; the Free Software Foundation; either version 3 of the License, or
kono
parents:
diff changeset
7 ;; (at your option) any later version.
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 ;; This program is distributed in the hope that it will be useful,
kono
parents:
diff changeset
10 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
kono
parents:
diff changeset
11 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
kono
parents:
diff changeset
12 ;; GNU General Public License for more details.
kono
parents:
diff changeset
13
kono
parents:
diff changeset
14 ;; You should have received a copy of the GNU General Public License
kono
parents:
diff changeset
15 ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
kono
parents:
diff changeset
16
kono
parents:
diff changeset
17 (
kono
parents:
diff changeset
18 (tcl-mode . ((tcl-indent-level . 4)
kono
parents:
diff changeset
19 (tcl-continued-indent-level . 4)
kono
parents:
diff changeset
20 (indent-tabs-mode . t)))
kono
parents:
diff changeset
21 (nil . ((bug-reference-url-format . "http://gcc.gnu.org/PR%s")))
kono
parents:
diff changeset
22 (c-mode . ((c-file-style . "GNU")
kono
parents:
diff changeset
23 (indent-tabs-mode . t)))
kono
parents:
diff changeset
24 )