File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,9 @@ Copies the URL into the kill ring."
343
343
(interactive )
344
344
(gist-list-user username t background))
345
345
346
+ (defun gist-list-redisplay ()
347
+ (gist-list-user 'current-user ))
348
+
346
349
(defun gist-tabulated-entry (gist )
347
350
(let* ((data (gist-parse-gist gist))
348
351
(repo (oref gist :id )))
@@ -632,7 +635,7 @@ put it into `kill-ring'."
632
635
(if all
633
636
(setq gist-list-limits nil )
634
637
(pop gist-list-limits))
635
- (gist-list-user 'current-user ))
638
+ (gist-list-redisplay ))
636
639
637
640
(defun gist-list-push-visibility-limit (&optional private )
638
641
(interactive " P" )
@@ -641,7 +644,7 @@ put it into `kill-ring'."
641
644
(and (not flag) (oref g :public ))))
642
645
private)
643
646
gist-list-limits)
644
- (gist-list-user 'current-user ))
647
+ (gist-list-redisplay ))
645
648
646
649
(defun gist-parse-tags (tags )
647
650
(let ((words (split-string tags))
@@ -674,7 +677,7 @@ put it into `kill-ring'."
674
677
without))))
675
678
with without)
676
679
gist-list-limits))
677
- (gist-list-user 'current-user ))
680
+ (gist-list-redisplay ))
678
681
679
682
(defun gist-list-apply-limits (gists )
680
683
(condition-case nil
You can’t perform that action at this time.
0 commit comments