Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
54622f33
Commit
54622f33
authored
Oct 20, 2005
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(clone_per_buffer_values): Remove unused var tem.
(init_buffer): Remove unused vars dotstat, pwdstat.
parent
1064a9ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/buffer.c
src/buffer.c
+1
-2
No files found.
src/buffer.c
View file @
54622f33
...
...
@@ -485,7 +485,7 @@ static void
clone_per_buffer_values
(
from
,
to
)
struct
buffer
*
from
,
*
to
;
{
Lisp_Object
to_buffer
,
tem
;
Lisp_Object
to_buffer
;
int
offset
;
XSETBUFFER
(
to_buffer
,
to
);
...
...
@@ -5112,7 +5112,6 @@ void
init_buffer
()
{
char
*
pwd
;
struct
stat
dotstat
,
pwdstat
;
Lisp_Object
temp
;
int
len
;
...
...
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