.emacs-my
changeset 1769 1a21553009b7
parent 1768 b3cac2287547
child 1770 2b93801abc3c
--- 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")