[yast-commit] r54315 - /trunk/devtools/yast2/ycp-mode.el

Author: aschnell Date: Sat Dec 20 19:56:17 2008 New Revision: 54315 URL: http://svn.opensuse.org/viewcvs/yast?rev=54315&view=rev Log: - added isempty Modified: trunk/devtools/yast2/ycp-mode.el Modified: trunk/devtools/yast2/ycp-mode.el URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/yast2/ycp-mode.el?rev=54... ============================================================================== --- trunk/devtools/yast2/ycp-mode.el (original) +++ trunk/devtools/yast2/ycp-mode.el Sat Dec 20 19:56:17 2008 @@ -60,7 +60,7 @@ "list" "map" "block" "global")))) (ycp-builtin-funcs (eval-when-compile - (regexp-opt '("is" "select" "lookup" "contains" "setcontains" + (regexp-opt '("is" "select" "lookup" "contains" "setcontains" "isempty" "size" "haskey" "add" "prepend" "union" "merge" "foreach" "filter" "find" "maplist" "flatten" "sort" "time" "toset" "listmap" "mapmap" "tointeger" "tofloat" "tostring" "topath" "toterm" "tosymbol" -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org