From 5f42d23e2a0d5baf1b7e726b4bb1afe4ec8c223e Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 9 Feb 1998 12:03:47 +0000 Subject: [PATCH] Put 'pending-delete to 'canna-self-insert-command (for XEmacs?). --- canna.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/canna.el b/canna.el index 768a8f6..3d8683b 100644 --- a/canna.el +++ b/canna.el @@ -5,7 +5,7 @@ ;; Author: Akira Kon ;; MORIOKA Tomohiko -;; Version: $Revision: 1.11 $ +;; Version: $Revision: 1.12 $ ;; Keywords: Canna, Japanese, input method, mule, multilingual ;; This file is not a part of Emacs yet. @@ -54,7 +54,7 @@ ;; 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." @@ -763,6 +763,9 @@ kana-to-kanji translation, even if you are in the minibuffer." (- (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) -- 1.7.10.4