From: morioka Date: Mon, 26 Oct 1998 16:27:09 +0000 (+0000) Subject: (cancel-undo-boundary): New function. X-Git-Tag: apel-9_7~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=76c8137b5cc28d44a99ed356fa45c5ec2656ddb8;p=elisp%2Fapel.git (cancel-undo-boundary): New function. --- 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 ;;;