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
addf35fd
Commit
addf35fd
authored
Aug 24, 2002
by
Andreas Schwab
Browse files
Fix last change.
parent
a96735b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/eval.c
src/eval.c
+3
-2
No files found.
src/ChangeLog
View file @
addf35fd
2002-08-24 Andreas Schwab <schwab@suse.de>
* eval.c (Fdefvar): Fix last change.
2002-08-23 Richard M. Stallman <rms@gnu.org>
* eval.c (Fdefvar, Fdefconst, Fdefvaralias):
...
...
src/eval.c
View file @
addf35fd
/* Evaluator for GNU Emacs Lisp interpreter.
Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001
Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001
, 2002
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -783,7 +783,8 @@ usage: (defvar SYMBOL &optional INITVALUE DOCSTRING) */)
/* Simple (defvar <var>) should not count as a definition at all.
It could get in the way of other definitions, and unloading this
package could try to make the variable unbound. */
;
return
sym
;
}
...
...
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