From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Zattler Subject: [PATCH 1/1] Fix typo 'org-ctags-create-tags in comment Date: Sat, 14 Sep 2013 12:08:33 +0200 Message-ID: <87hadnxwwo.fsf@boo.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKrTe-0001uC-91 for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 11:09:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKrTW-00032W-VC for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 11:09:38 -0400 Received: from mout.gmx.net ([212.227.15.15]:54364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKrTW-00032K-Lj for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 11:09:30 -0400 Received: from boo.workgroup ([87.187.187.54]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LhfN3-1VhDrN2VLl-00mw6D for ; Sat, 14 Sep 2013 17:09:28 +0200 Received: from grfz by boo.workgroup with local (Exim 4.80) (envelope-from ) id 1VKrTT-0008AP-JJ for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 17:09:27 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --- Fix a minor typo. lisp/org-ctags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index 98d47e5..9d8ed6c 100644 --- a/lisp/org-ctags.el +++ b/lisp/org-ctags.el @@ -131,7 +131,7 @@ ;; ;; (progn ;; (message "-- rebuilding tags tables...") -;; (mapc 'org-create-tags tags-table-list)) +;; (mapc 'org-ctags-create-tags tags-table-list)) ;;; Code: -- 1.8.4.rc3