unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Mauro Aranda <maurooaranda@gmail.com>
To: 66051@debbugs.gnu.org
Subject: bug#66051: 30.0.50; shell-indirect-setup-hook has wrong :type
Date: Sun, 17 Sep 2023 10:01:43 -0300	[thread overview]
Message-ID: <9aa0bc84-376d-4bb0-791c-02f28fc206d7@gmail.com> (raw)
In-Reply-To: <dc363ba3-492a-b5fd-10b0-b7d14bcd79f6@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 39 bytes --]

tags 66051 patch
quit


Patch attached.

[-- Attachment #2: 0001-Fix-shell-indirect-setup-hook-type-Bug-66051.patch --]
[-- Type: text/x-patch, Size: 837 bytes --]

From aac10ddb2d97562d1f03ef19c2e5b56446678001 Mon Sep 17 00:00:00 2001
From: Mauro Aranda <maurooaranda@gmail.com>
Date: Sun, 17 Sep 2023 10:00:20 -0300
Subject: [PATCH] Fix shell-indirect-setup-hook :type (Bug#66051)

* lisp/shell.el (shell-indirect-setup-hook): It's a hook, not a
boolean.
---
 lisp/shell.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/shell.el b/lisp/shell.el
index 084113c673a..21ffdc63a05 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -327,9 +327,8 @@ shell-indirect-setup-hook
 buffer as the current buffer after its setup is done.  This can
 be used to further customize fontification and other behavior of
 the indirect buffer."
-  :type 'boolean
+  :type 'hook
   :group 'shell
-  :safe 'booleanp
   :version "29.1")
 
 (defcustom shell-highlight-undef-enable nil
-- 
2.34.1


  reply	other threads:[~2023-09-17 13:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-17 12:58 bug#66051: 30.0.50; shell-indirect-setup-hook has wrong :type Mauro Aranda
2023-09-17 13:01 ` Mauro Aranda [this message]
2023-09-17 13:09   ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9aa0bc84-376d-4bb0-791c-02f28fc206d7@gmail.com \
    --to=maurooaranda@gmail.com \
    --cc=66051@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).