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
2fcad71e
Commit
2fcad71e
authored
Jan 14, 2004
by
Stefan Monnier
Browse files
(defvar_per_buffer): Remove dead declaration.
parent
cf91865f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/lread.c
src/lread.c
+1
-2
No files found.
src/lread.c
View file @
2fcad71e
/* Lisp parsing and input streams.
Copyright (C) 1985,
86,
87,
88,
89,
93,
94,
95,
97,
98,
99,
2000,
01,
200
3
Copyright (C) 1985,86,87,88,89,93,94,95,97,98,99,2000,01,
03,
200
4
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -3495,7 +3495,6 @@ defvar_per_buffer (namestring, address, type, doc)
{
Lisp_Object
sym
,
val
;
int
offset
;
extern
struct
buffer
buffer_local_symbols
;
sym
=
intern
(
namestring
);
val
=
allocate_misc
();
...
...
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