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)
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).


No differences found