Mercurial > emacs
changeset 21362:a45af443a262
(command-line): Fix paren error.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 05 Apr 1998 11:46:30 +0000 |
parents | f270e8ad8276 |
children | f1fc193b6958 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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