dot-emacs: Fix divvy-window for Emacs 21.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 4 Apr 2008 20:15:55 +0000 (21:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 4 Apr 2008 20:15:55 +0000 (21:15 +0100)
commit8c2b05d561ed70afcb41e25a82ddbf17d9e079ed
treeac629613e8e6c50b649f796c099ad52122eb410c
parent417dcddd244951d520987f103f4ff56bab5604c2
dot-emacs: Fix divvy-window for Emacs 21.

In Emacs 22 (and since I last looked) fringe-columns has become a
defsubst (i.e., it's inline-expandable), and its expansion refers to
yet another function not available in Emacs 21.  Since I want to use the
byte-compiled result with Emacs 21 too, we engage in some chicanery to
hide the symbol names from the byte compiler.

Also make the interactive version accept a prefix argument controlling
the column width (on the grounds that the feature was already there
anyway, but not for some reason available).
dot-emacs.el