Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
afa49c26
Commit
afa49c26
authored
Aug 14, 2014
by
Joel Rosdahl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set buffer-file-coding-system to 'iso-8859-1 to keep XEmacs happy
parent
cc905d0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+6
-0
src/help-compile.el
src/help-compile.el
+1
-1
No files found.
src/ChangeLog
View file @
afa49c26
2014-08-14 Joel Rosdahl <joel@rosdahl.net>
* help-compile.el (lyskom-help-compile-to-el): Set
buffer-file-coding-system to 'iso-8859-1 instead of 'iso-latin-1
to make XEmacs 21.4 happy.
2014-08-10 Christer Ekholm <che@chrekh.se>
Fix bug 1703 kom-edit-show-commented inserts images in the wrong
...
...
src/help-compile.el
View file @
afa49c26
...
...
@@ -344,7 +344,7 @@ CONTAINING-SYNTAX is the syntax specification for the containing tag."
(
error
"Unknown language code `%S'"
language-code
))
(
set-buffer
(
get-buffer-create
"*LysKOM Help Output*"
))
(
erase-buffer
)
(
setq
buffer-file-coding-system
'iso-
latin
-1
)
(
setq
buffer-file-coding-system
'iso-
8859
-1
)
(
let
((
standard-output
(
current-buffer
)))
(
print
`
(
defvar
,
sym
',result
))
(
write-file
(
format
"%s-help.el"
language
)))))
...
...
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