This file is indexed.

/usr/share/emacs/site-lisp/auctex/style/jarticle.el is in auctex 11.86-2ubuntu1.

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
;;; jarticle.el - Special code for jarticle style.

;; $Id: jarticle.el,v 1.4 2005/03/17 10:02:06 angeli Exp $

;;; Code:

(TeX-add-style-hook
 "jarticle"
 (lambda ()
   (LaTeX-largest-level-set "section")))

;;; jarticle.el ends here