[New function to return path of file within the local site-lisp directory clinton@unknownlamer.org**20071217193846] hunk ./dot-emacs 25 +(defun cke-site-lisp-file (file) + "Return pathname of a file from the site-lisp repository" + (expand-file-name (concat cke-site-lisp-dir "/" file))) +