* Bring back Emacs 22 by request from Ludovic.
svn path=/nixpkgs/trunk/; revision=18529
This commit is contained in:
@@ -22,6 +22,7 @@ rec {
|
||||
then attrByPath (tail attrPath) default (getAttr attr e)
|
||||
else default;
|
||||
|
||||
|
||||
/* Return nested attribute set in which an attribute is set. For instance
|
||||
["x" "y"] applied with some value v returns `x.y = v;' */
|
||||
setAttrByPath = attrPath: value:
|
||||
|
||||
Reference in New Issue
Block a user