;; Author: Akira Kon <kon@d1.bs2.mt.nec.co.jp>
;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Revision: 1.11 $
+;; Version: $Revision: 1.12 $
;; Keywords: Canna, Japanese, input method, mule, multilingual
;; This file is not a part of Emacs yet.
;; end
(defconst canna-rcs-version
- "$Id: canna.el,v 1.11 1998-02-09 12:01:53 morioka Exp $")
+ "$Id: canna.el,v 1.12 1998-02-09 12:03:47 morioka Exp $")
(defun canna-version ()
"Display version of canna.el in mini-buffer."
(- (point) arg) (point)))
(if (= last-command-char ? ) (canna:do-auto-fill))))))
+;; wire us into pending-delete
+(put 'canna-self-insert-command 'pending-delete t)
+
(defun canna-toggle-japanese-mode ()
"Toggle canna japanese mode."
(interactive)