el/dot-emacs.el: Use `make-local-variable'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 27 Dec 2009 11:07:53 +0000 (11:07 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 27 Dec 2009 11:07:53 +0000 (11:07 +0000)
commit8a425bd7802fb5bcda35025495d7e70b561769ff
treed97720f3bcd47e6f380f424cd74639bdec82b918
parentf282ba467742478c4c24e54dde4af7645caa13f5
el/dot-emacs.el: Use `make-local-variable'.

Previously I used `make-variable-buffer-local', which provokes warnings
from the byte compiler and doesn't mean at all the same thing.
el/dot-emacs.el