branch: externals/scanner commit e199957206ca02b1112feeaa3a18a43e955705a0 Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
add file-local variables for tab configuration --- scanner.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scanner.el b/scanner.el index e6bdaf7..624d865 100644 --- a/scanner.el +++ b/scanner.el @@ -630,3 +630,8 @@ A numerical suffix is added to FILENAME for each scanned image." (provide 'scanner) ;;; scanner.el ends here + +;; Local Variables: +;; tab-width: 4 +;; indent-tabs-mode: t +;; End: