annotate .dir-locals.el @ 111539:ad93f2dd2d38

Add const to array elements. * keyboard.c (modify_event_symbol) : Add const to array elements of arg NAME_TABLE. (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys) (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names) (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names): Add const to array elements. (scroll_bar_parts): Make static. Fix position of const. * w32fns.c (lispy_function_keys): Add const to extern. * w32inevt.c (lispy_function_keys): Likewise.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 14 Nov 2010 15:55:27 +0900
parents 132f2dfd549f
children 3655cc4062e4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
101014
49524a62e7d6 Don't set indent-tabs-mode.
Glenn Morris <rgm@gnu.org>
parents: 100718
diff changeset
1 ((nil . ((tab-width . 8)
110767
2c36d4f54456 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
Glenn Morris <rgm@gnu.org>
parents: 107432
diff changeset
2 (sentence-end-double-space . t)
100718
0a3d5993b567 Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 100687
diff changeset
3 (fill-column . 70)))
100672
38e7317321ea * make-dist (tempdir): Distribute .dir-locals.el.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
diff changeset
4 (c-mode . ((c-file-style . "GNU")))
111387
c781fc4de505 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 106607
diff changeset
5 (log-edit-mode . ((log-edit-rewrite-fixes
c781fc4de505 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 106607
diff changeset
6 " (bug#\\([0-9]+\\))" . "debbugs:\\1")))
100718
0a3d5993b567 Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 100687
diff changeset
7 (change-log-mode . ((add-log-time-zone-rule . t)
101158
4a6ff510dcf9 (change-log-mode): Add bug-reference-url-format and bug-reference-mode.
Juri Linkov <juri@jurta.org>
parents: 101014
diff changeset
8 (fill-column . 74)
106607
55134161b319 (bug-reference-url-format): Change to debbugs.gnu.org.
Glenn Morris <rgm@gnu.org>
parents: 105015
diff changeset
9 (bug-reference-url-format . "http://debbugs.gnu.org/%s")
107432
340849d761a5 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 106607
diff changeset
10 (mode . bug-reference)))
340849d761a5 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 106607
diff changeset
11 (diff-mode . ((mode . whitespace))))