[llvm] r211564 - [Emacs] Use spaces rather than tabs for indentation in tablegen-mode

Eric Christopher echristo at gmail.com
Mon Jun 23 23:37:06 PDT 2014


Oh hey, thanks :)

-eric

On Mon, Jun 23, 2014 at 6:42 PM, Adam Nemet <anemet at apple.com> wrote:
> Author: anemet
> Date: Mon Jun 23 20:42:29 2014
> New Revision: 211564
>
> URL: http://llvm.org/viewvc/llvm-project?rev=211564&view=rev
> Log:
> [Emacs] Use spaces rather than tabs for indentation in tablegen-mode
>
> Modified:
>     llvm/trunk/utils/emacs/tablegen-mode.el
>
> Modified: llvm/trunk/utils/emacs/tablegen-mode.el
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/emacs/tablegen-mode.el?rev=211564&r1=211563&r2=211564&view=diff
> ==============================================================================
> --- llvm/trunk/utils/emacs/tablegen-mode.el (original)
> +++ llvm/trunk/utils/emacs/tablegen-mode.el Mon Jun 23 20:42:29 2014
> @@ -112,6 +112,7 @@
>    (set-syntax-table tablegen-mode-syntax-table)
>    (make-local-variable 'comment-start)
>    (setq comment-start "//")
> +  (setq indent-tabs-mode nil)
>    (run-hooks 'tablegen-mode-hook))       ; Finally, this permits the user to
>                                           ;   customize the mode with a hook.
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list