From a797a30d6b1555f0d778ecd8fee34c2ad8f42bc7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 5 Apr 1998 11:46:30 +0000 Subject: [PATCH] (command-line): Fix paren error. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 6d777541c26..9fe3e48c448 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -490,7 +490,7 @@ from being initialized." ;; 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 -- 2.39.2