From: Serghei Iakovlev <egrep@protonmail.ch>
To: GNU Emacs Developers <emacs-devel@gnu.org>
Subject: [PATCH] Add missed "provide" function to subr.el
Date: Mon, 16 Mar 2020 20:01:37 +0000 [thread overview]
Message-ID: <b1461df2-83c3-b8cd-1cb2-769f484475fc@protonmail.ch> (raw)
[-- Attachment #1: Type: text/plain, Size: 127 bytes --]
Hello,
There is a small patch for ‘subr.el’ to add missed `provide'
function call (see attachment).
--
Serghei
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: subr.el.patch --]
[-- Type: text/x-patch; name="subr.el.patch", Size: 298 bytes --]
diff --git a/lisp/subr.el b/lisp/subr.el
index a744cfddfd..cf7d78a442 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -5771,4 +5771,5 @@ 'flatten-list
(defconst regexp-unmatchable "\\`a\\`"
"Standard regexp guaranteed not to match any string at all.")
+(provide 'subr)
;;; subr.el ends here
next reply other threads:[~2020-03-16 20:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-16 20:01 Serghei Iakovlev [this message]
2020-03-16 20:11 ` [PATCH] Add missed "provide" function to subr.el Stefan Monnier
2020-03-16 20:22 ` Serghei Iakovlev
2020-03-17 1:03 ` Philipp Stephani
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=b1461df2-83c3-b8cd-1cb2-769f484475fc@protonmail.ch \
--to=egrep@protonmail.ch \
--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).