https://codereview.appspot.com/189520045/diff/1/elisp/lilypond-mode.el File elisp/lilypond-mode.el (right):
https://codereview.appspot.com/189520045/diff/1/elisp/lilypond-mode.el#newcode165 elisp/lilypond-mode.el:165: (setq currword (car co)) Is there a reason you untab everything here? This is not the GNU standard for Elisp, it is not the default, and it will lead to any further editing reintroducing the tabs and consequently further muddying the history. Bulk changes of indentation are only done in separate commits in order not to mask the actual changes, and they should be discussed/announced prior to application. https://codereview.appspot.com/189520045/ _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
