1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 20:10:47 +00:00

Prevent standard save procedure invocation in case user postpones

saving.
This commit is contained in:
Andrey Kotlarski 2013-05-04 23:53:17 +03:00
parent 36d2ed4d09
commit c827c3e186

View File

@ -775,8 +775,8 @@ Save anyway? ")))
(t (vlfi-file-shift-forward (- size-change))))
(vlfi-move-to-chunk vlfi-start-pos vlfi-end-pos)
(goto-char pos))
(vlfi-mode)
t))
(vlfi-mode))
t)
(defun vlfi-file-shift-back (size-change)
"Shift file contents SIZE-CHANGE bytes back."