Re: [ovs-dev] [PATCH] ovs-lib: Ensure Emacs identifies the file type properly.

2018-04-02 Thread Ben Pfaff
On Mon, Apr 02, 2018 at 03:05:31PM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > This makes Emacs identify the file as a shell script, so that it does > > the right kind of syntax coloring and indentation. > > > > Signed-off-by: Ben Pfaff > > --- > > It is

Re: [ovs-dev] [PATCH] ovs-lib: Ensure Emacs identifies the file type properly.

2018-04-02 Thread Aaron Conole
Ben Pfaff writes: > This makes Emacs identify the file as a shell script, so that it does > the right kind of syntax coloring and indentation. > > Signed-off-by: Ben Pfaff > --- It is better than typing M-x shell-mode each time. > utilities/ovs-lib.in | 1 + > 1

[ovs-dev] [PATCH] ovs-lib: Ensure Emacs identifies the file type properly.

2018-04-02 Thread Ben Pfaff
This makes Emacs identify the file as a shell script, so that it does the right kind of syntax coloring and indentation. Signed-off-by: Ben Pfaff --- utilities/ovs-lib.in | 1 + 1 file changed, 1 insertion(+) diff --git a/utilities/ovs-lib.in b/utilities/ovs-lib.in index