mirror of
https://github.com/m00natic/vlfi.git
synced 2025-09-19 11:42:08 +01:00
Prevent standard save procedure invocation in case user postpones
saving.
This commit is contained in:
4
vlfi.el
4
vlfi.el
@@ -775,8 +775,8 @@ Save anyway? ")))
|
|||||||
(t (vlfi-file-shift-forward (- size-change))))
|
(t (vlfi-file-shift-forward (- size-change))))
|
||||||
(vlfi-move-to-chunk vlfi-start-pos vlfi-end-pos)
|
(vlfi-move-to-chunk vlfi-start-pos vlfi-end-pos)
|
||||||
(goto-char pos))
|
(goto-char pos))
|
||||||
(vlfi-mode)
|
(vlfi-mode))
|
||||||
t))
|
t)
|
||||||
|
|
||||||
(defun vlfi-file-shift-back (size-change)
|
(defun vlfi-file-shift-back (size-change)
|
||||||
"Shift file contents SIZE-CHANGE bytes back."
|
"Shift file contents SIZE-CHANGE bytes back."
|
||||||
|
Reference in New Issue
Block a user