summaryrefslogtreecommitdiff
path: root/lisp/version.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/version.el')
-rw-r--r--lisp/version.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/version.el b/lisp/version.el
index 34b500b8281..e63c51d0d26 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -44,6 +44,10 @@ This variable first existed in version 19.23.")
(defconst emacs-build-system (system-name)
"Name of the system on which Emacs was built.")
+(defvar motif-version-string)
+(defvar gtk-version-string)
+(defvar ns-version-string)
+
(defun emacs-version (&optional here)
"Return string describing the version of Emacs that is running.
If optional argument HERE is non-nil, insert string at point.