auto-save-buffers-enhanced icon indicating copy to clipboard operation
auto-save-buffers-enhanced copied to clipboard

enables auto-saving along with vcs

Results 3 auto-save-buffers-enhanced issues
Sort by recently updated
recently updated
newest added

This stops `auto-save-buffers-enhanced-include-regexps` from accumulating duplicate entries when `find-file` is called.

Up to now, even if "undo" method was executed, it was not written to the file. This change will fix it.

Thank you for writing auto-save-buffers-enhanced. I modified it to cl-flet based upon the error message on load-up -- i.e., flet has been declared obsolete.