From 71570298a426da21330a471b4c25b8901fcd3f42 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Mon, 14 Aug 2023 14:53:11 +0200 Subject: [PATCH] Correct info about Alt+e on 1.9 HISTORY.md (#49685) The code is not executed when existing the editor: https://github.com/JuliaLang/julia/pull/46153 --- HISTORY.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 1c3665e8031e2..dca4d9dbd5c29 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -245,8 +245,7 @@ Standard library changes #### REPL -* `Alt-e` now opens the current input in an editor. The content (if modified) will be executed - upon exiting the editor ([#33759]). +* `Alt-e` now opens the current input in an editor ([#33759]). * The contextual module which is active in the REPL can be changed (it is `Main` by default), via the `REPL.activate(::Module)` function or via typing the module in the REPL and pressing the keybinding Alt-m ([#33872]).