This file is indexed.

/etc/emacs/site-start.d/50malaga-mode.el is in malaga-mode 7.12-7.

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
(autoload 'malaga-mode "malaga-mode"
  "Major mode for editing Malaga code."
  t)
(add-to-list 'auto-mode-alist
  '("\\.\\(all\\|esym\\|lex\\|m\\(al\\|or\\)\\|pro\\|sy[mn]\\)\\'" . malaga-mode))