From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Riedy Subject: s/unser/user/ in lisp/org-table.el Date: Fri, 28 Mar 2008 16:24:47 -0700 Message-ID: <878x02o2io.fsf@sparse.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfNwX-0005YK-2a for emacs-orgmode@gnu.org; Fri, 28 Mar 2008 19:25:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfNwV-0005UO-Al for emacs-orgmode@gnu.org; Fri, 28 Mar 2008 19:25:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfNwV-0005U9-6w for emacs-orgmode@gnu.org; Fri, 28 Mar 2008 19:25:03 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JfNwV-0004O1-3C for emacs-orgmode@gnu.org; Fri, 28 Mar 2008 19:25:03 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JfNwO-0002me-Hc for emacs-orgmode@gnu.org; Fri, 28 Mar 2008 23:24:56 +0000 Received: from adsl-70-231-144-42.dsl.snfc21.sbcglobal.net ([70.231.144.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Mar 2008 23:24:56 +0000 Received: from jason by adsl-70-231-144-42.dsl.snfc21.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Mar 2008 23:24:56 +0000 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 Little, copyright-less change appended. BTW, while I'm waiting for completion of my copyright assignment, my little orgtbl changes are sitting in a fork on repo.or.gz: http://repo.or.cz/w/org-mode/ejr.git The changes have been updated to the new structure, and everything *appears* to work. You may want to describe forks in README_GIT. Pulling from a fork would be a bit more controlled than giving out push access, removing the various copyright concerns. I don't know of a sensible way to manage ChangeLog files. Jason -- diff --git a/lisp/org-table.el b/lisp/org-table.el index ee83da7..fbeb5e8 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -176,7 +176,7 @@ from accept as input, do not present for editing t: accept as input and present for editing" :group 'org-table-calculation :type '(choice - (const :tag "Never, don't even check unser input for them" nil) + (const :tag "Never, don't even check user input for them" nil) (const :tag "Always, both as user input, and when editing" t) (const :tag "Convert user input, don't offer during editing" 'from)))