Dave Pearson: wordcloud.el v1.4

Wait 5 sec.

I think I'm mostly caught up with the collection of EmacsLisp packages that need updating andtidying, which means yesterdayevening's clean-up should be one of the last (although I would like torevisit a couple and actually improve and extend them at some point).As for what I cleaned up yesterday:wordcloud.el. This is a packagethat, when run in a buffer, will count the frequency of words in that bufferand show the results in a fresh window, complete with the "word cloud"differing-font-size effect.This package is about 10 years old at this point, and I'm struggling toremember why I wrote it now. I know I was doing something -- eitherwriting something or reviewing it -- and the frequency of some words wasimportant. I also remember this doing the job just fine and solving theproblem I needed to solve.Since then it's just sat around in my personal library of stuff I've writtenin Emacs Lisp, not really used. I imagine that's where it's going back to,but at least it's cleaned up and should be functional for a long time tocome.