d9462d28 |
1 | define(`__latest', 3)dnl |
c08732dd AB |
2 | define(`_put', `define(`$1[$2]', `$3')')dnl |
3 | define(`_get', `defn(`$1[$2]')')dnl |
4 | _put(`notes', 1, `arch-macbook-air')dnl |
5 | _put(`notes', 2, `computing')dnl |
d9462d28 |
6 | _put(`notes', 3, `fsf-internship/intro')dnl |