all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#35320: 27.0.50; origin/master, src/emacs.c `autrelease' typo
@ 2019-04-19 10:53 Van L
  2019-04-19 19:25 ` Noam Postavsky
  0 siblings, 1 reply; 2+ messages in thread
From: Van L @ 2019-04-19 10:53 UTC (permalink / raw)
  To: 35320

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

Hello,

The term `autrelease' is likely a typo for `autorelease'.


[-- Attachment #2: xxx-typo-diff --]
[-- Type: application/octet-stream, Size: 359 bytes --]

diff --git a/src/emacs.c b/src/emacs.c
index 5eba88c..8655f71 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -342,7 +342,7 @@ section of the Emacs manual or the file BUGS.\n"
 bool fatal_error_in_progress;
 
 #ifdef HAVE_NS
-/* NS autrelease pool, for memory management.  */
+/* NS autorelease pool, for memory management.  */
 static void *ns_pool;
 #endif
 

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

end of thread, other threads:[~2019-04-19 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-19 10:53 bug#35320: 27.0.50; origin/master, src/emacs.c `autrelease' typo Van L
2019-04-19 19:25 ` Noam Postavsky

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.