This file is indexed.

/usr/share/emacs/site-lisp/auctex/style/jreport.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
13
;;; jreport.el - Special code for jreport style.

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

;;; Code:

(TeX-add-style-hook
 "jreport"
 (lambda ()
   (LaTeX-largest-level-set "chapter")))


;;; jreport.el ends here