]> git.eshelyaron.com Git - emacs.git/commit
Fix highlight use-package for Emacs snapshot
authorTing-Yu Lin <aethanyc@gmail.com>
Fri, 13 Sep 2013 13:17:09 +0000 (21:17 +0800)
committerTing-Yu Lin <aethanyc@gmail.com>
Fri, 13 Sep 2013 13:38:02 +0000 (21:38 +0800)
commitbbf2b5034b06e6ccbe223fa6cfdc2087d87985da
tree2f18da73fae95e2aafee8e9c387095d3bc0dbf20
parent749295c052d1ed343232b66a620e8c8c685e1ff7
Fix highlight use-package for Emacs snapshot

The commit 57f80d4 fixed the highlight by following the regexp as for
require. However in Emacs truck, it only highlights first part of the
package name.

This change follows the regexp for require on emacs truck. See line
2327 on font-lock.el in the following patch.
http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/111821
lisp/use-package/use-package.el