# HG changeset patch # User Oleksandr Gavenko # Date 1671911027 -7200 # Node ID 1a21553009b723367f801a3a086c7915c2836892 # Parent b3cac228754724b95641094ca2c10124b10349e8 Fixed typo (imbalanced parentheses). diff -r b3cac2287547 -r 1a21553009b7 .emacs-my --- a/.emacs-my Fri Dec 23 17:30:07 2022 +0200 +++ b/.emacs-my Sat Dec 24 21:43:47 2022 +0200 @@ -574,7 +574,7 @@ ;; '-i' causes ioctl related warning in Windows Emacs because there is no real terminal. ;; But it is important to read ~/.bashrc, so we keep it here. ;; https://emacs.stackexchange.com/questions/71487/mingw-shell-in-emacs/ -(setq explicit-bash-args (list ("--noediting" "-i")) +(setq explicit-bash-args (list "--noediting" "-i")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "Cygwin, MSYS")