summaryrefslogtreecommitdiff
path: root/korean/hanemacs/files/site-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'korean/hanemacs/files/site-init.el')
-rw-r--r--korean/hanemacs/files/site-init.el19
1 files changed, 0 insertions, 19 deletions
diff --git a/korean/hanemacs/files/site-init.el b/korean/hanemacs/files/site-init.el
deleted file mode 100644
index ed4f832a60b2..000000000000
--- a/korean/hanemacs/files/site-init.el
+++ /dev/null
@@ -1,19 +0,0 @@
-;;; site-init.el -- site-dependent initialization file
-
-;;
-;; This init file is needed for FreeBSD ports of hanemacs
-;;
-;; 12 Mar 1998 CHOI Junho <junker@jazz.snu.ac.kr>
-;;
-
-; to display hangul char in X-window
-(cond
- ((and
- (boundp 'emacs-major-version)
- (= emacs-major-version 19)
- (= emacs-minor-version 34))
- (standard-display-european t)
- (set-input-mode (car (current-input-mode)) (nth 1 (current-input-mode)) 0)
-))
-
-;;; site-init.el ends here