[uim-commit] r3105 - trunk/emacs
nosuke at freedesktop.org
nosuke at freedesktop.org
Wed Feb 8 01:12:49 PST 2006
Author: nosuke
Date: 2006-02-08 01:12:41 -0800 (Wed, 08 Feb 2006)
New Revision: 3105
Modified:
trunk/emacs/uim.el
Log:
* emacs/uim.el
- Support auto-fill-mode.
Modified: trunk/emacs/uim.el
===================================================================
--- trunk/emacs/uim.el 2006-02-08 08:52:49 UTC (rev 3104)
+++ trunk/emacs/uim.el 2006-02-08 09:12:41 UTC (rev 3105)
@@ -1134,6 +1134,9 @@
(undo-boundary))
commit)
+ (if auto-fill-function
+ (funcall auto-fill-function))
+
;; save undo hisotry again
(when buffer-undo-list-saved
(uim-debug "call save undo 1")
More information about the uim-commit
mailing list