emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#24983: closed ([PATCH] * lisp/eshell/esh-mode.el:


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24983: closed ([PATCH] * lisp/eshell/esh-mode.el: Fix typo)
Date: Fri, 25 Nov 2016 09:22:02 +0000

Your message dated Fri, 25 Nov 2016 11:21:28 +0200
with message-id <address@hidden>
and subject line Re: bug#24983: [PATCH] * lisp/eshell/esh-mode.el: Fix typo
has caused the debbugs.gnu.org bug report #24983,
regarding [PATCH] * lisp/eshell/esh-mode.el: Fix typo
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24983: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24983
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] * lisp/eshell/esh-mode.el: Fix typo Date: Tue, 22 Nov 2016 12:11:53 +0800
---
 lisp/eshell/esh-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 104841d..e687fd2 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -143,7 +143,7 @@ eshell-scroll-to-bottom-on-output
   :type '(radio (const :tag "Do not scroll Eshell windows" nil)
                (const :tag "Scroll all windows showing the buffer" all)
                (const :tag "Scroll only the selected window" this)
-               (const :tag "Scroll all windows other than selected" this))
+               (const :tag "Scroll all windows other than selected" others))
   :group 'eshell-mode)
 
 (defcustom eshell-scroll-show-maximum-output t
-- 
2.7.4






--- End Message ---
--- Begin Message --- Subject: Re: bug#24983: [PATCH] * lisp/eshell/esh-mode.el: Fix typo Date: Fri, 25 Nov 2016 11:21:28 +0200
> From: Chunyang Xu <address@hidden>
> Date: Tue, 22 Nov 2016 12:11:53 +0800
> Cc: Chunyang Xu <address@hidden>
> 
> ---
>  lisp/eshell/esh-mode.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
> index 104841d..e687fd2 100644
> --- a/lisp/eshell/esh-mode.el
> +++ b/lisp/eshell/esh-mode.el
> @@ -143,7 +143,7 @@ eshell-scroll-to-bottom-on-output
>    :type '(radio (const :tag "Do not scroll Eshell windows" nil)
>               (const :tag "Scroll all windows showing the buffer" all)
>               (const :tag "Scroll only the selected window" this)
> -             (const :tag "Scroll all windows other than selected" this))
> +             (const :tag "Scroll all windows other than selected" others))
>    :group 'eshell-mode)

Thanks, pushed to the emacs-25 branch.

in the future, please accompany your changes with a ChangeLog-style
commit log entry, as described in CONTRIBUTE.


--- End Message ---

reply via email to

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