diff options
Diffstat (limited to 'lisp/version.el')
| -rw-r--r-- | lisp/version.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el index ef6a40f540d..dbd6142641e 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -61,9 +61,9 @@ to the system configuration; look at `system-configuration' instead." | |||
| 61 | system-configuration | 61 | system-configuration |
| 62 | (cond ((featurep 'motif) | 62 | (cond ((featurep 'motif) |
| 63 | (concat ", " (substring motif-version-string 4))) | 63 | (concat ", " (substring motif-version-string 4))) |
| 64 | ((featurep 'x-toolkit) ", X toolkit") | ||
| 65 | ((featurep 'gtk) | 64 | ((featurep 'gtk) |
| 66 | (concat ", GTK+ Version " gtk-version-string)) | 65 | (concat ", GTK+ Version " gtk-version-string)) |
| 66 | ((featurep 'x-toolkit) ", X toolkit") | ||
| 67 | (t "")) | 67 | (t "")) |
| 68 | (if (and (boundp 'x-toolkit-scroll-bars) | 68 | (if (and (boundp 'x-toolkit-scroll-bars) |
| 69 | (memq x-toolkit-scroll-bars '(xaw xaw3d))) | 69 | (memq x-toolkit-scroll-bars '(xaw xaw3d))) |