This file is indexed.

/etc/emacs/site-start.d/50figlet.el is in figlet 2.2.5-3.

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
;;; 50figlet.el -- debian emacs setups for figlet

(if (not (file-exists-p "/usr/share/emacs/site-lisp/figlet.el"))
    (message "figlet removed but not purged, skipping setup")

  (autoload 'figlet-message "figlet"
    "Inserts large message of text in ASCII font into current buffer" t))