This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: inserting some Emacs-specific stuff into the source files


Michael Livshin <mlivshin@bigfoot.com> writes:

>   Local Variables:
>   eval: (and (fboundp 'c-set-style) (c-set-style "gnu"))
>   End:

It would be better to set

  Local Variables:
  c-file-style: "gnu"
  End:

because "eval" lines depend on the value of `enable-local-eval'.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]