/usr/share/emacs/site-lisp/acl2/top-start-shell-acl2.el is in acl2-emacs 8.0dfsg-1.
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"))
|