Created
February 17, 2018 19:18
-
-
Save Chobbes/8ca612bbd2928d16dddf5a187d815b61 to your computer and use it in GitHub Desktop.
Proof-rectract-buffer Maintaining position
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun retract-same-position () | |
"Call proof-retract-buffer, but retain position" | |
(interactive) | |
(push-mark) | |
(proof-retract-buffer) | |
(pop-mark)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment