How do I evaluate multiple functions simultaneously using emacs --eval on command line? For example I want to combine the followings in a single command:
emacs --eval "(toggle-frame-maximized)"
emacs --eval "(sr-speedbar-toggle)"
I tried to wrap them together but all attempts failed. How do I do this?