[uim-commit] r1995 - trunk/scm
yamaken at freedesktop.org
yamaken at freedesktop.org
Sat Nov 5 03:47:48 PST 2005
Author: yamaken
Date: 2005-11-05 03:47:44 -0800 (Sat, 05 Nov 2005)
New Revision: 1995
Modified:
trunk/scm/custom.scm
Log:
* scm/custom.scm
- Cosmetic change
Modified: trunk/scm/custom.scm
===================================================================
--- trunk/scm/custom.scm 2005-11-05 09:47:27 UTC (rev 1994)
+++ trunk/scm/custom.scm 2005-11-05 11:47:44 UTC (rev 1995)
@@ -741,6 +741,10 @@
(let ((cb (lambda () (gate-func func ptr custom-sym))))
(custom-add-hook custom-sym hook cb)))))
+;;
+;; predefined subgroups
+;;
+
(define-custom-group 'main
(_ "-")
(_ "Main settings of this group"))
@@ -749,5 +753,6 @@
(_ "Hidden settings")
(_ "Hidden settings of this group. This group is invisible from uim_custom clients. Exists for internal variable management."))
+
(prealloc-heaps-for-heavy-job)
(custom-reload-customs)
More information about the uim-commit
mailing list