all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#51488: [PATCH] Fix typo in css-mode
@ 2021-10-29 16:28 Imran Khan
  2021-10-29 17:13 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Imran Khan @ 2021-10-29 16:28 UTC (permalink / raw)
  To: 51488

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

Fixes a small typo in css-mode that affects master/28.0.60 (but nothing
before).

I haven't assigned copyright yet, I hope that's not a problem for such a
small change.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-textmodes-css-mode.el-Fix-typo.patch --]
[-- Type: text/x-diff, Size: 1307 bytes --]

From 414107e41bd1df6101376b89c907846716b987b6 Mon Sep 17 00:00:00 2001
From: Imran Khan <contact@imrankhan.live>
Date: Fri, 29 Oct 2021 16:07:16 +0000
Subject: [PATCH] ; * lisp/textmodes/css-mode.el: Fix typo.

---
 lisp/textmodes/css-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index 9f123dc8..e5017a68 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -305,14 +305,14 @@
     ;; CSS Box Alignment Module Level 3
     ;; (https://www.w3.org/TR/css-align-3/#property-index)
     ("align-content"
-     baseline-position content-distibution overflow-position content-position)
+     baseline-position content-distribution overflow-position content-position)
     ("align-items"
      "normal" "stretch" baseline-position overflow-position self-position)
     ("align-self"
      "auto" "normal" "stretch"
      baseline-position overflow-position self-position)
     ("justify-content" "normal"
-     content-distibution overflow-position content-position "left" "right")
+     content-distribution overflow-position content-position "left" "right")
     ("justify-items"
      "normal" "stretch" baseline-position overflow-position self-position
      "left" "right" "legacy")
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51488: [PATCH] Fix typo in css-mode
  2021-10-29 16:28 bug#51488: [PATCH] Fix typo in css-mode Imran Khan
@ 2021-10-29 17:13 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2021-10-29 17:13 UTC (permalink / raw)
  To: Imran Khan; +Cc: 51488

close 51488 28.1
thanks

Imran Khan <contact@imrankhan.live> writes:

> Fixes a small typo in css-mode that affects master/28.0.60 (but nothing
> before).
>
> I haven't assigned copyright yet, I hope that's not a problem for such a
> small change.

Thank you for the patch!  Pushed to emacs-28 as commit 3f998a3fc8.

We can accept up to (around) 15 lines of added lines without copyright
assignment.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-29 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-29 16:28 bug#51488: [PATCH] Fix typo in css-mode Imran Khan
2021-10-29 17:13 ` Stefan Kangas

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.