This file is indexed.

/etc/emacs/site-start.d/50lyskom-elisp-client.el is in lyskom-elisp-client 0.48+git.20140815.afa49c26-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
 8
 9
10
(autoload 'lyskom "lyskom-elisp-client" "Start a LysKOM session.
Optional arguments: HOST, USERNAME and PASSWORD.

See lyskom-mode for details." t)
(if (and (not (string-match "XEmacs" emacs-version))
         (or (and (= emacs-major-version 19) (>= emacs-minor-version 30))
             (>= emacs-major-version 20)))
    (let ((tools-map (lookup-key global-map [menu-bar tools])))
      (define-key-after tools-map [lyskom] '("LysKOM" . lyskom)
        (if (>= emacs-major-version 20) 'gnus 'rmail))))