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
f7980931
Commit
f7980931
authored
Dec 05, 2008
by
Juanma Barranquero
Browse files
* international/mule-diag.el (mule-diag): Display the window
system version in a less laconic way.
parent
4af487fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/mule-diag.el
lisp/international/mule-diag.el
+2
-3
No files found.
lisp/ChangeLog
View file @
f7980931
2008-12-05 Juanma Barranquero <lekktu@gmail.com>
* international/mule-diag.el (mule-diag): Display the window
system version in a less laconic way.
2008-12-04 Juanma Barranquero <lekktu@gmail.com>
* ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
...
...
lisp/international/mule-diag.el
View file @
f7980931
...
...
@@ -1057,9 +1057,8 @@ system which uses fontsets)."
(insert-section 2 "
Display
")
(if window-system
(insert "
Window-system:
"
(symbol-name window-system)
(format "
%s
" window-system-version))
(insert (format "
Window-system:
%s,
version
%s
"
window-system window-system-version))
(insert "
Terminal:
" (getenv "
TERM
")))
(insert "
\n\n
")
...
...
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