branch: externals/bluetooth commit 4c7d18c99bc354eaebb5831bb8eccb58e3251c4f Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
add file-local vars to define indentation --- bluetooth.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bluetooth.el b/bluetooth.el index 1ddc2fb..633d9c4 100644 --- a/bluetooth.el +++ b/bluetooth.el @@ -4140,3 +4140,8 @@ scanning the bus, displaying device info etc." (provide 'bluetooth) ;;; bluetooth.el ends here + +;; Local Variables: +;; indent-tabs-mode: t +;; tab-width: 4 +;; End: