Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6fbb1eb0
Commit
6fbb1eb0
authored
Sep 08, 2005
by
Reiner Steib
Browse files
(standard-display-european): Don't set
enable-multibyte-characters to nil.
parent
e58af6f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/disp-table.el
lisp/disp-table.el
+4
-2
No files found.
lisp/ChangeLog
View file @
6fbb1eb0
2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
* disp-table.el (standard-display-european): Don't set
enable-multibyte-characters to nil.
2005-09-08 David Ponce <david@dponce.com>
* recentf.el (recentf-show-file-shortcuts-flag): New option.
...
...
lisp/disp-table.el
View file @
6fbb1eb0
...
...
@@ -220,8 +220,10 @@ for users who call this function in `.emacs'."
(
unless
(
or
(
memq
window-system
'
(
x
w32
)))
(
and
(
terminal-coding-system
)
(
set-terminal-coding-system
nil
))))
;; Turn off multibyte chars for more compatibility.
(
setq-default
enable-multibyte-characters
nil
)
(
display-warning
'i18n
"`standard-display-european' is semi-obsolete"
:warning
)
;; Switch to Latin-1 language environment
;; unless some other has been specified.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment