Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
27903cdf
Commit
27903cdf
authored
Jan 26, 2005
by
Johan Sundström
Committed by
Per Cederqvist
Apr 27, 2013
Browse files
(Oops.)
parent
37deb14c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/view-text.el
View file @
27903cdf
...
...
@@ -448,7 +448,7 @@ unless we are reviewing without conversion. More precisely, the latin
useful function to put in your `kom-view-text-hook'."
(
let*
((
cti
(
lyskom-get-aux-item
(
text-stat->aux-items
lyskom-view-text-text-stat
)
1
))
(
content-type
(
and
cti
(
aux-item->data
(
car
cti
)))))
(
content-type
(
if
cti
(
aux-item->data
(
car
cti
))
""
)))
(
when
(
and
(
string-match
"charset\\s-*=\\s-*utf-?8"
content-type
)
(
not
(
lyskom-viewing-noconversion
)))
(
let*
((
was
(
aref
(
cdr
lyskom-view-text-text
)
1
))
; original text version
...
...
Write
Preview
Supports
Markdown
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