/usr/share/emacs/site-lisp/suikyo-elisp/suikyo-config.el is in suikyo-elisp 2.1.0-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 11 12 13 14 15 16 | ;;;; suikyo-config.el.in: Configuration file for suikyo-el
;;;; $Id: suikyo-config.el.in,v 1.1 2003/06/02 17:36:22 komatsu Exp $
;;;;
;;;; Copyright (C) 2003 Hiroyuki Komatsu <komatsu@taiyaki.org>
;;;; All rights reserved.
;;;; This is free software with ABSOLUTELY NO WARRANTY.
;;;;
;;;; You can redistribute it and/or modify it under the terms of
;;;; the GNU General Public License version 2.
(defvar suikyo-table-path "/usr/share/suikyo/conv-table")
; --- Text properties for Emacs. ---
; Local variables:
; mode: emacs-lisp
; End:
|