cmake-mode.el: Don't assign to free variable save-point

Drop use of the free variable from unscreamify-cmake-buffer.

The proper way to do this would be defvar or let, but it is more
sensible to drop the feature completely: replace-match will shift the
point and the saved-point will be invalid. More careful coding could
avoid this, but seems overkill.
This commit is contained in:
Philipp Möller 2014-01-28 17:54:56 +01:00 committed by Brad King
parent fbc3a6f33e
commit d3db7126e6