Fix RE for finding switch.

This commit is contained in:
Phil Jackson 2010-08-31 18:37:50 +01:00
parent c3512157e5
commit 0298b47761

View file

@ -211,7 +211,8 @@ put it in magit-key-mode-key-maps for fast lookup."
(rx line-start (rx line-start
(char space) (char space)
(group (group
(char "-" alpha)) (* "-")
(char alpha))
": " ": "
(group (group
(* not-newline)))) (* not-newline))))