comparison lisp/language/hanja-util.el @ 96225:c81ae89820a4

Add coding tag.
author Jason Rumney <jasonr@gnu.org>
date Tue, 24 Jun 2008 08:58:45 +0000
parents ecb839f81a85
children 59e11bc5f330
comparison
equal deleted inserted replaced
96224:0fdf03fe1e8d 96225:c81ae89820a4
1 ;;; hanja-util.el --- Korean Hanja util module 1 ;;; hanja-util.el --- Korean Hanja util module -*- coding: utf-8 -*-
2 2
3 ;; Author: Jihyun Cho <jihyun.jo@gmail.com> 3 ;; Author: Jihyun Cho <jihyun.jo@gmail.com>
4 ;; Keywords: multilingual, input method, Korean, Hanja 4 ;; Keywords: multilingual, input method, Korean, Hanja
5 5
6 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
6585 (funcall cmd) 6585 (funcall cmd)
6586 (setq unread-command-events (listify-key-sequence seq)) 6586 (setq unread-command-events (listify-key-sequence seq))
6587 (throw 'exit-input-loop nil)))))) 6587 (throw 'exit-input-loop nil))))))
6588 (setq hanja-conversions nil)))) 6588 (setq hanja-conversions nil))))
6589 6589
6590 ;;
6591 (provide 'hanja-util) 6590 (provide 'hanja-util)
6592 6591
6593 ;; arch-tag: 3358afb4-c63f-472f-989a-5249129924d1 6592 ;; arch-tag: 3358afb4-c63f-472f-989a-5249129924d1
6594 ;;; hanja-util.el ends here 6593 ;;; hanja-util.el ends here