From 76c8137b5cc28d44a99ed356fa45c5ec2656ddb8 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 26 Oct 1998 16:27:09 +0000 Subject: [PATCH] (cancel-undo-boundary): New function. --- poem.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/poem.el b/poem.el index 443b576..45a0636 100644 --- a/poem.el +++ b/poem.el @@ -47,6 +47,13 @@ )) +;;; @ MULE 2 emulation +;;; + +(defsubst-maybe cancel-undo-boundary () + "Cancel undo boundary. [MULE 2.3 emulating function]") + + ;;; @ Emacs 20.3 emulation ;;; -- 1.7.10.4