emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Accepted] [Orgmode] Fix org-indent-mode message when mode is refused


From: Carsten Dominik
Subject: [Accepted] [Orgmode] Fix org-indent-mode message when mode is refused
Date: Mon, 9 Aug 2010 21:53:23 +0200 (CEST)

Patch 202 (http://patchwork.newartisans.com/patch/202/) is now "Accepted".

Maintaner comment: No comment

This relates to the following submission:

http://mid.gmane.org/%3C1281221383-20101-1-git-send-email-bernt%40norang.ca%3E

Here is the original message containing the patch:

> Content-Type: text/plain; charset="utf-8"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Subject: [Orgmode] Fix org-indent-mode message when mode is refused
> Date: Sun, 08 Aug 2010 03:49:43 -0000
> From: Bernt Hansen <address@hidden>
> X-Patchwork-Id: 202
> Message-Id: <address@hidden>
> To: address@hidden
> Cc: Bernt Hansen <address@hidden>
> 
> * lisp/org-indent.el (org-indent-mode): Fix grammar for message when mode is 
> refused
> 
> ---
> This patch is available at git://git.norang.ca/org-mode.git fix-org-indent-msg
> 
> -Bernt
> 
>  lisp/org-indent.el |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lisp/org-indent.el b/lisp/org-indent.el
> index 83eaac5..e3edd25 100644
> --- a/lisp/org-indent.el
> +++ b/lisp/org-indent.el
> @@ -135,11 +135,11 @@ FIXME:  How to update when broken?"
>     ((org-bound-and-true-p org-inhibit-startup)
>      (setq org-indent-mode nil))
>     ((and org-indent-mode (featurep 'xemacs))
> -    (message "org-indent-mode does not work in XEmacs - refused to turn it 
> on")
> +    (message "org-indent-mode does not work in XEmacs - refusing to turn it 
> on")
>      (setq org-indent-mode nil))
>     ((and org-indent-mode
>        (not (org-version-check "23.1.50" "Org Indent mode" :predicate)))
> -    (message "org-indent-mode is can crash Emacs 23.1 - refused to turn it 
> on!")
> +    (message "org-indent-mode can crash Emacs 23.1 - refusing to turn it 
> on!")
>      (ding)
>      (sit-for 1)
>      (setq org-indent-mode nil))
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]