This file is indexed.

/usr/share/emacs/site-lisp/rail/rail-table-meadow.el is in rail 1.2.11-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
;; -*- coding: ctext; -*-

(defvar rail-meadow-codename-alist
  '(("MIDORI"             . #("$(A4d(B" 0 1 (charset japanese-jisx0208)))
    ("MIDORI-NO-TAMA"     . #("$(A4dV.Vi(B" 0 3 (charset japanese-jisx0208)))
    ("TSUYU"              . #("$(AB6(B" 0 1 (charset japanese-jisx0208)))
    ("AWSAKA"             . #("$(A7j[`(B" 0 2 (charset japanese-jisx0208)))
    ("SHOUBU"             . #("$(A]EFQ(B" 0 2 (charset japanese-jisx0208)))
    ("KIKYOU"             . #("$(A=[9#(B" 0 2 (charset japanese-jisx0208)))
    ("ASAGAO"             . #("$(A3/$(IYV(B" 0 2 (charset japanese-jisx0208)))
    ("KIKU"               . #("$(A>U(B" 0 1 (charset japanese-jisx0208)))
    ("KASURI"             . #("$(H>q(B" 0 1 (charset japanese-jisx0208)))
    ("TACHIBANA"          . #("$(AiY(B" 0 1 (charset japanese-jisx0208)))
    ("YAMA-TACHIBANA"     . #("$(AI=iY(B" 0 2 (charset japanese-jisx0208)))
    ("HIINA"              . #("$(Gwe(B" 0 1 (charset japanese-jisx0208)))
    ("FUTAAWI"            . #("$(A6~$(Gw1(B" 0 2 (charset japanese-jisx0208)))
    ("EBIZOME"            . #("$(AFOLQH>(B" 0 3 (charset japanese-jisx0208)))
    ("HACHISU"            . #("$(GnU(B" 0 1 (charset japanese-jisx0208)))
    ("SASHINUKI"          . #("$(AV8$(G]K(B" 0 2 (charset japanese-jisx0208)))
    ("TANAHASHI"          . #("$(AEo$(Gp}(B" 0 2 (charset japanese-jisx0208)))
    ("UKIHASHI"           . #("$(A8!$(Gp}(B" 0 2 (charset japanese-jisx0208)))
    ("KAKITSUBATA"        . #("$(A6EHt(B" 0 2 (charset japanese-jisx0208)))))

(provide 'rail-table-meadow)