unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
To: emacs-devel <emacs-devel@gnu.org>
Subject: PATCH: Replace repeated verbatim with Verbatim in lisp/textmodes/tex-mode.el
Date: Fri, 4 Nov 2022 13:45:29 +0100	[thread overview]
Message-ID: <CAO48Bk_M=ryYd4ZenY+-gFbxQRa8G8NWcaPCxZ=RxZkoMY=r5Q@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 387 bytes --]

I found a duplication in lisp/textmodes/tex-mode.el
I guess once of the two "verbatim" s was intended to be a "Verbatim"...

Best, /PA

-- 
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

[-- Attachment #1.2: Type: text/html, Size: 721 bytes --]

[-- Attachment #2: 002-Verbatim.diff --]
[-- Type: text/x-patch, Size: 509 bytes --]

diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index ca0312d8fb..938f70cbaa 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -155,7 +155,7 @@ latex-standard-block-names
     "quote"		"slide"		"sloppypar"	"tabbing"
     "table"		"table*"	"tabular"	"tabular*"
     "thebibliography"	"theindex*"	"titlepage"	"trivlist"
-    "verbatim"		"verbatim*"	"verse"		"math")
+    "Verbatim"		"verbatim*"	"verse"		"math")
   "Standard LaTeX block names.")
 
 ;;;###autoload

             reply	other threads:[~2022-11-04 12:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 12:45 Pedro Andres Aranda Gutierrez [this message]
2022-11-04 15:12 ` PATCH: Replace repeated verbatim with Verbatim in lisp/textmodes/tex-mode.el Stefan Monnier
2022-11-04 15:40   ` Pedro Andres Aranda Gutierrez

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='CAO48Bk_M=ryYd4ZenY+-gFbxQRa8G8NWcaPCxZ=RxZkoMY=r5Q@mail.gmail.com' \
    --to=paaguti@gmail.com \
    --cc=emacs-devel@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).