]> git.eshelyaron.com Git - emacs.git/commit
Fix reading and writing cpp-config-file under home directory (Bug#28685)
authorMasatake YAMATO <yamato@redhat.com>
Sun, 22 Oct 2017 09:22:40 +0000 (18:22 +0900)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 22 Oct 2017 15:33:40 +0000 (11:33 -0400)
commitaa44308429e952388a2403e8dda6c1cbf6c5d802
treee917f125f941a2e74bfe5ef29390fcdf0fa969d8
parent2fddfb7ce770f61313f058c7a899c2fbce055d21
Fix reading and writing cpp-config-file under home directory (Bug#28685)

* lisp/progmodes/cpp.el (cpp-edit-load): Load ~/.cpp.el when
it is readable.
(cpp-edit-save): Write to ~/.cpp.el when it is wriable.
lisp/progmodes/cpp.el