From 5b1602bf9aa632db4316f8d6ab120b071beb325a Mon Sep 17 00:00:00 2001 From: rubikitch Date: Thu, 18 Nov 2010 11:02:52 +0900 Subject: [PATCH] anything-obsolete.el: fix `How to save' --- extensions/anything-obsolete.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/anything-obsolete.el b/extensions/anything-obsolete.el index b23e54c..5093e65 100644 --- a/extensions/anything-obsolete.el +++ b/extensions/anything-obsolete.el @@ -1,5 +1,5 @@ ;;;; anything-obsolete.el --- obsolete functions of anything -;; Time-stamp: <2010-11-18 10:53:48 rubikitch> +;; Time-stamp: <2010-11-18 11:02:25 rubikitch> ;; Copyright (C) 2010 rubikitch @@ -186,5 +186,5 @@ (provide 'anything-obsolete) ;; How to save (DO NOT REMOVE!!) -;; (progn (git-log-upload) (emacswiki-post "anything-obsolete.el")) +;; (progn (magit-push) (emacswiki-post "anything-obsolete.el")) ;;; anything-obsolete.el ends here -- 2.11.4.GIT