branch: master commit 54ea9742bc80efb498cb0576f54b5cc9f943314b Author: Tino Calancha <tino.calan...@gmail.com> Commit: Tino Calancha <tino.calan...@gmail.com>
* gited.el (gited-mark-remembered): Insert the marker and fontify the row. --- packages/gited/gited.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/gited/gited.el b/packages/gited/gited.el index 2cf11ea..164b288 100644 --- a/packages/gited/gited.el +++ b/packages/gited/gited.el @@ -10,9 +10,9 @@ ;; Compatibility: GNU Emacs: 24.4 ;; Version: 0.2.5 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5")) -;; Last-Updated: Sat Jul 01 12:04:28 JST 2017 +;; Last-Updated: Sat Jul 01 12:05:35 JST 2017 ;; By: calancha -;; Update #: 667 +;; Update #: 668 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; @@ -2806,8 +2806,8 @@ Each element of ALIST looks like (BRANCH . MARKERCHAR)." chr (cdr elt)) (when (gited-goto-branch branch) (beginning-of-line) - (delete-char 1) - (insert chr)))))) + (gited-insert-marker-char chr) + (gited-fontify-marked-branch-name chr)))))) (defun gited-fontify-current-branch () "Set font for current branch."