emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 54ea974 2/2: * gited.el (gited-mark-remembered): Insert th


From: Tino Calancha
Subject: [elpa] master 54ea974 2/2: * gited.el (gited-mark-remembered): Insert the marker and fontify the row.
Date: Fri, 30 Jun 2017 23:09:49 -0400 (EDT)

branch: master
commit 54ea9742bc80efb498cb0576f54b5cc9f943314b
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    * 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]