From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C5=81ukasz?= Stelmach Subject: [PATCH] some garbage left in org-timer.el Date: Mon, 06 Sep 2010 21:45:28 +0200 Message-ID: <87aanuhd0n.fsf@kotik.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=46126 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OshpX-0008Q2-Bq for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 15:58:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OshdL-0000yC-Mk for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 15:45:40 -0400 Received: from lo.gmane.org ([80.91.229.12]:44680) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OshdL-0000xo-Fy for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 15:45:39 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OshdK-0003BB-2q for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 21:45:38 +0200 Received: from 77-254-60-205.adsl.inetia.pl ([77.254.60.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Sep 2010 21:45:38 +0200 Received: from lukasz.stelmach by 77-254-60-205.adsl.inetia.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Sep 2010 21:45:38 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello. Someone who starts all her/his functions with bzg- has left this --8<---------------cut here---------------start------------->8--- diff --git a/lisp/org-timer.el b/lisp/org-timer.el index 313d4f0..0ffe67d 100644 --- a/lisp/org-timer.el +++ b/lisp/org-timer.el @@ -322,10 +322,6 @@ VALUE can be `on', `off', or `pause'." (message "%d minute(s) %d seconds left before next time out" rmins rsecs)))) -(defun bzg-test (&optional test) - (interactive "P") - test) - ;;;###autoload (defun org-timer-set-timer (&optional opt) "Prompt for a duration and set a timer. --8<---------------cut here---------------end--------------->8--- -- Miłego dnia, Łukasz Stelmach