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
694ea8e3
Commit
694ea8e3
authored
May 27, 2012
by
Juanma Barranquero
Browse files
lips/version.el (*-version-string): Declare.
parent
42a53d84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/version.el
lisp/version.el
+4
-0
No files found.
lisp/ChangeLog
View file @
694ea8e3
2012-05-27 Juanma Barranquero <lekktu@gmail.com>
* version.el (motif-version-string, gtk-version-string)
(ns-version-string): Declare.
2012-05-27 Juri Linkov <juri@jurta.org>
* emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
...
...
lisp/version.el
View file @
694ea8e3
...
...
@@ -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.
...
...
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