This file is indexed.

/etc/emacs/site-start.d/50namazu2.el is in namazu2 2.0.21-10.

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
;;
;; namazu-init.el
;;
;; Takuo KITAME <kitame@northeye.org>

(setq load-path 
			(cons 
			 (concat "/usr/share/" (symbol-name debian-emacs-flavor)
							 "/site-lisp/namazu")
			 load-path))

(autoload 'namazu "namazu" nil t)