* bug#72520: 29.4; Lispref manual still mentions string-to-int
@ 2024-08-08 5:59 Ulrich Mueller
2024-08-08 6:15 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Mueller @ 2024-08-08 5:59 UTC (permalink / raw)
To: 72520
[-- Attachment #1: Type: text/plain, Size: 146 bytes --]
The subject says it all. string-to-int was marked obsolete in Emacs 22.1
and finally dropped in Emacs 26.1.
Patch for emacs-30 branch attached.
[-- Attachment #2: 0001-Remove-manual-entry-for-string-to-int.patch --]
[-- Type: text/plain, Size: 885 bytes --]
From d12a5a6cb6ab6e74635dfb40d5bc5f24771ed4e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org>
Date: Thu, 8 Aug 2024 07:47:50 +0200
Subject: [PATCH] Remove manual entry for string-to-int
* doc/lispref/strings.texi (String Conversion): Remove mention of
'string-to-int' which was dropped in Emacs 26.
---
doc/lispref/strings.texi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index 09ab93ded27..e68c666c310 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -889,10 +889,6 @@ String Conversion
@result{} 100000.0
@end example
-@findex string-to-int
-@code{string-to-int} is an obsolete alias for this function.
-@end defun
-
@defun char-to-string character
@cindex character to string
This function returns a new string containing one character,
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72520: 29.4; Lispref manual still mentions string-to-int
2024-08-08 5:59 bug#72520: 29.4; Lispref manual still mentions string-to-int Ulrich Mueller
@ 2024-08-08 6:15 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-08-08 6:15 UTC (permalink / raw)
To: Ulrich Mueller; +Cc: 72520
> From: Ulrich Mueller <ulm@gentoo.org>
> Date: Thu, 08 Aug 2024 07:59:37 +0200
>
> The subject says it all. string-to-int was marked obsolete in Emacs 22.1
> and finally dropped in Emacs 26.1.
>
> Patch for emacs-30 branch attached.
Thanks, please install on the emacs-30 release branch.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-08 6:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-08 5:59 bug#72520: 29.4; Lispref manual still mentions string-to-int Ulrich Mueller
2024-08-08 6:15 ` Eli Zaretskii
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).