diff options
| author | Richard M. Stallman <rms@gnu.org> | 1997-05-22 20:09:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1997-05-22 20:09:55 +0000 |
| commit | a8aa43870f34b7723b80b3f3086d4632d28d62aa (patch) | |
| tree | 4e47f10a8480c6a5c14c850a84b100ddde6a583d /lisp | |
| parent | 6f6a26416e90e422c8702673e278da929e39aa4e (diff) | |
| download | emacs-a8aa43870f34b7723b80b3f3086d4632d28d62aa.tar.gz | |
(command-line): iso-syntax.el renamed to latin-1.el.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 4c9e9bce7c0..8c7eaceca21 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -428,7 +428,7 @@ from being initialized.") (progn (require 'disp-table) (standard-display-european t) - (require 'iso-syntax))) + (require 'latin-1))) ;;! This has been commented out; I currently find the behavior when ;;! split-window-keep-point is nil disturbing, but if I can get used |
