]> git.eshelyaron.com Git - emacs.git/commit
Don't treat ' as a string delimiter in RPM spec files
authorWilfred Hughes <me@wilfred.me.uk>
Tue, 23 May 2017 17:48:19 +0000 (18:48 +0100)
committerWilfred Hughes <me@wilfred.me.uk>
Tue, 23 May 2017 17:48:19 +0000 (18:48 +0100)
commit63d0a3c63f833faad7a04fb4bf384d55ae6ae8d1
treea94027c60a8f94e32ed869c1225e306b9edb326b
parent9b0662d3698692f99384cfc8d1bd0b41b0625e09
Don't treat ' as a string delimiter in RPM spec files

' is commonly used as an apostrophe in the prose sections of spec
files, which was erroneously highlighted as strings. See for example
http://kmymoney2.sourceforge.net/phb/rpm-example.html

* lisp/progmodes/sh-script.el (sh-mode-syntax-table): Treat ' as
  punctuation in RPM spec files.
lisp/progmodes/sh-script.el