| www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro_219.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
defuns in Different Files In the previous section, we created a function that returns a list of the lengths of each definition in a file. Now, we want to define a function to return a master list of the lengths of the definitions in a list of files.
Working on each of a list of files is a repetitious act, so we can use
either a while loop or recursion.
Determine the lengths of defunsReturn a list of the lengths of defuns. 14.7.1 The appendFunctionAttach one list to another.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |