This file is indexed.

/usr/share/emacs/site-lisp/auctex/style/czech.el is in auctex 11.88-1.1ubuntu1.

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
;;; czech.el --- Setup AUCTeX for editing Czech text.

(TeX-add-style-hook
 "czech"
 (lambda ()
   (unless (eq (car TeX-quote-language) 'override)
     (setq TeX-quote-language `("czech" "\\uv{" "}" ,TeX-quote-after-quote)))
   (run-hooks 'TeX-language-cz-hook))
 LaTeX-dialect)