From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Si7hm-0003ZC-LD for garchives@archives.gentoo.org; Fri, 22 Jun 2012 17:31:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FE40E0DF7; Fri, 22 Jun 2012 17:29:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E01D7E0DF7 for ; Fri, 22 Jun 2012 17:29:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AD471B401D for ; Fri, 22 Jun 2012 17:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4ADD8E5440 for ; Fri, 22 Jun 2012 17:29:24 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1182523213.9a31dba71ae92dfd96b0ad911d6211e0c7da0387.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ctags.eselect X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 9a31dba71ae92dfd96b0ad911d6211e0c7da0387 X-VCS-Branch: eselect-emacs-1.1 Date: Fri, 22 Jun 2012 17:29:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0ddbc054-5aa0-4754-92e5-b30c23ec13a0 X-Archives-Hash: 79cb5d7f1a866703a175a3138a05e311 commit: 9a31dba71ae92dfd96b0ad911d6211e0c7da0387 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Fri Jun 22 14:40:13 2007 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Fri Jun 22 14:40:13 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D9a31dba7 Remove describe_update_options(). svn path=3D/emacs-extra/eselect-emacs/; revision=3D450 --- ctags.eselect | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/ctags.eselect b/ctags.eselect index a88c3fa..0522c0d 100644 --- a/ctags.eselect +++ b/ctags.eselect @@ -1,7 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Version: 1.0 # # DOCUMENTATION # Following actions possible @@ -179,10 +178,6 @@ describe_update() { echo "Automatically update the ctags symlink" } =20 -describe_update_options() { - echo "--if-unset : Do not override currently set version" -} - do_update() { [[ ${#@} -gt 0 ]] && die -q "Too many parameters" test_for_root