This file is indexed.

/usr/share/emacs/site-lisp/auctex/style/graphics.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
;;; graphics.el --- Handle graphical commands in LaTeX 2e.

;;; Code:

(TeX-add-style-hook "graphics"
 (function
  (lambda ()
    (TeX-run-style-hooks "graphicx"))))

;;; graphics.el ends here.