/etc/emacs/site-start.d/50idl-font-lock-el.el is in idl-font-lock-el 1.5-9.
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 11 12 | ;;
;; /etc/emacs/site-start.d/50idl-font-lock-el.el
;;
;; Copyright (C) 1997, Klee Dienes <klee@mit.edu>
;; I hereby release this program into the public domain.
;;
;; Copyright (C) 2001 Roland Mas <lolando@debian.org>
;; I also release this program into the public domain.
(if (not (file-exists-p "/usr/share/emacs/site-lisp/idl-font-lock-el/idl-font-lock.el"))
(message "idl-font-lock-el removed but not purged, skipping setup")
(add-hook 'idl-mode-hook '(lambda () (require 'idl-font-lock))))
|