GNU bug report logs -
#24983
[PATCH] * lisp/eshell/esh-mode.el: Fix typo
Previous Next
Reported by: Chunyang Xu <mail <at> xuchunyang.me>
Date: Tue, 22 Nov 2016 04:41:02 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24983 in the body.
You can then email your comments to 24983 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24983
; Package
emacs
.
(Tue, 22 Nov 2016 04:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Chunyang Xu <mail <at> xuchunyang.me>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 22 Nov 2016 04:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
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
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Fri, 25 Nov 2016 09:22:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Chunyang Xu <mail <at> xuchunyang.me>
:
bug acknowledged by developer.
(Fri, 25 Nov 2016 09:22:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 24983-done <at> debbugs.gnu.org (full text, mbox):
> From: Chunyang Xu <mail <at> xuchunyang.me>
> Date: Tue, 22 Nov 2016 12:11:53 +0800
> Cc: Chunyang Xu <mail <at> xuchunyang.me>
>
> ---
> 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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 23 Dec 2016 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.