Skip to content

Commit

Permalink
fixed details of egg log buffer show escape charactors
Browse files Browse the repository at this point in the history
  • Loading branch information
byplayer committed Apr 24, 2010
1 parent 3f715b1 commit bf2bdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egg.el
Original file line number Diff line number Diff line change
Expand Up @@ -4377,7 +4377,7 @@ If INIT was not nil, then perform 1st-time initializations as well."
(goto-char pos)
(goto-char (1+ (line-end-position)))
(setq beg (point))
(unless (egg-git-ok t "log" "--max-count=1" "-p" "-M"
(unless (egg-git-ok t "log" "--max-count=1" "-p" "-M" "--no-color"
(concat
"--pretty=format:"
indent-spaces "%ai%n"
Expand Down

0 comments on commit bf2bdff

Please sign in to comment.