From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.devel Subject: [PATCH] * saveplace.el: fix a typo in the commentary section. Date: Sun, 23 Mar 2008 20:20:31 +0100 Message-ID: <1206300031-9504-1-git-send-email-xma@gnu.org> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1206301028 21778 80.91.229.12 (23 Mar 2008 19:37:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2008 19:37:08 +0000 (UTC) Cc: Xavier Maillard To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 23 20:37:38 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JdW0d-0004Af-KX for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2008 20:37:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdW02-00061W-Rj for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2008 15:36:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JdVzp-0005ws-5I for emacs-devel@gnu.org; Sun, 23 Mar 2008 15:36:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JdVzn-0005wD-My for emacs-devel@gnu.org; Sun, 23 Mar 2008 15:36:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdVzn-0005w3-9Z for emacs-devel@gnu.org; Sun, 23 Mar 2008 15:36:43 -0400 Original-Received: from master.uucpssh.org ([193.218.105.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JdVzj-0001r4-Ir; Sun, 23 Mar 2008 15:36:39 -0400 Original-Received: by master.uucpssh.org (Postfix, from userid 10) id 107A4C8658; Sun, 23 Mar 2008 20:36:00 +0100 (CET) Original-Received: from localhost.localdomain (IDENT:1000@localhost [127.0.0.1]) by localhost.localdomain (8.14.1/8.13.8) with ESMTP id m2NJKbgG009664; Sun, 23 Mar 2008 20:20:37 +0100 Original-Received: (from xma@localhost) by localhost.localdomain (8.14.1/8.13.8/Submit) id m2NJKVH2009553; Sun, 23 Mar 2008 20:20:31 +0100 X-Mailer: git-send-email 1.5.4.4.685.g64f14.dirty X-uucpssh: Found to be clean X-uucpssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.343, required 4.6, autolearn=not spam, ALL_TRUSTED -1.80, AWL -0.02, BAYES_00 -2.60, SPF_HELO_PASS -0.00, TW_BZ 0.08) X-uucpssh-From: xma@gnu.org X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93260 Archived-At: Signed-off-by: Xavier Maillard --- This is a really small patch you can safely apply that just fixes a small typo in the commentary section of the saveplace.el file. lisp/ChangeLog | 4 ++++ lisp/saveplace.el | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 365d66a..f4729de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-03-23 Xavier Maillard + + * saveplace.el: fix a typo in the commentary section. + 2008-03-17 Dan Nicolaescu * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status): diff --git a/lisp/saveplace.el b/lisp/saveplace.el index 3b5a66e..74bdab3 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -39,7 +39,7 @@ ;;; Code: ;; this is what I was using during testing: -;; (define-key ctl-x-map "p" 'toggle-save-place) +;; (define-key ctl-x-map "p" 'toggle-save-place-globally) (defgroup save-place nil "Automatically save place in files." -- 1.5.2.2