Codebase list mozc / 5f09d76
Update emacs-mozc.emacsen-startup Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 13 years ago
1 changed file(s) with 1 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 ;; -*-emacs-lisp-*-
11 ;;
2 ;; Emacs startup file, e.g. /etc/emacs/site-start.d/50mozc.el
2 ;; Emacs startup file, e.g. /etc/emacs/site-start.d/50emacs-mozc.el
33 ;; for the Debian emacs-mozc package
44 ;;
55 ;; Originally contributed by Nils Naumann <naumann@unileoben.ac.at>
1818 ;; removed but not purged, and we should skip the setup.
1919 (when (file-directory-p package-dir)
2020 (setq load-path (cons package-dir load-path))
21 (mapcar (lambda (command)
22 (autoload command "mozc"
23 "Minor mode for using Mozc." t))
24 '(mozc-mode mozc))))