diff --git a/emacs.changes b/emacs.changes index f231e18..1238b7a 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 20 07:59:47 UTC 2013 - werner@suse.de + +- Add missing backslashes spotted by Troy Sankey + ------------------------------------------------------------------- Sat Jan 12 21:08:43 UTC 2013 - schwab@linux-m68k.org diff --git a/emacs.spec b/emacs.spec index 1af76a5..88dc4aa 100644 --- a/emacs.spec +++ b/emacs.spec @@ -284,7 +284,7 @@ DESKTOP="--with-x \ --with-jpeg \ --with-tiff \ --with-gif \ - --with-png + --with-png \ --with-rsvg \ --with-dbus \ --without-gpm \ @@ -317,7 +317,7 @@ DESKTOP="--with-x \ --without-jpeg \ --without-tiff \ --without-gif \ - --without-png + --without-png \ --without-rsvg \ --without-dbus \ --without-xft \