# HG changeset patch # User Dave Love # Date 891776790 0 # Node ID a45af443a2625fe731fda509649acdaa4533a64b # Parent f270e8ad82763dbe23fdd5167e46b678dee8a883 (command-line): Fix paren error. diff -r f270e8ad8276 -r a45af443a262 lisp/startup.el --- a/lisp/startup.el Sun Apr 05 03:19:59 1998 +0000 +++ b/lisp/startup.el Sun Apr 05 11:46:30 1998 +0000 @@ -490,7 +490,7 @@ ;; Set up for this character set in unibyte mode. (load charset))) (standard-display-european t (and default-enable-multibyte-characters - charset)))))) + charset))))) ;;! This has been commented out; I currently find the behavior when ;;! split-window-keep-point is nil disturbing, but if I can get used