projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c885225
)
(cancel-undo-boundary): New function.
author
morioka
<morioka>
Tue, 27 Oct 1998 08:44:13 +0000
(08:44 +0000)
committer
morioka
<morioka>
Tue, 27 Oct 1998 08:44:13 +0000
(08:44 +0000)
poe.el
patch
|
blob
|
history
diff --git
a/poe.el
b/poe.el
index
1f19956
..
bd34bf3
100644
(file)
--- a/
poe.el
+++ b/
poe.el
@@
-471,6
+471,18
@@
as obsolete. [XEmacs emulating function]"
)
+;;; @ MULE 2 emulation
+;;;
+
+(defun-maybe cancel-undo-boundary ()
+ "Cancel undo boundary. [MULE 2.3 emulating function]"
+ (if (and (consp buffer-undo-list)
+ ;; if car is nil.
+ (null (car buffer-undo-list)) )
+ (setq buffer-undo-list (cdr buffer-undo-list))
+ ))
+
+
;;; @ end
;;;