Eliminate save-excursion warning when compiling
commitf63fb7eda8e5a2f5a96dc7658786aa91775ce75c
authorJoost Kremers <joostkremers@users.sourceforge.net>
Sat, 11 Dec 2010 20:22:21 +0000 (11 21:22 +0100)
committerJoost Kremers <joostkremers@users.sourceforge.net>
Sat, 11 Dec 2010 20:22:21 +0000 (11 21:22 +0100)
tree4d22e85aff2cef183c58c297782a93e8de1ebda7
parentbf83fca575c8ae0d7b42a554e0eb1b77cf7bbff5
Eliminate save-excursion warning when compiling

Replace the combo

(save-excursion
  (set-buffer <some-buffer>)
  ...)

(with-current-buffer <some-buffer>
  ...)
src/ebib.el