This file is indexed.

/usr/share/emacs/site-lisp/acl2/top-start-shell-acl2.el is in acl2-emacs 6.5-2.

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
(defvar *acl2-interface-dir*
  "/projects/acl2/v2-x/interface/emacs/")

(setq *acl2-user-map-interface*
  '((global keys)))

(let ((load-path (cons *acl2-interface-dir* load-path)))
  (load "load-shell-acl2"))