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
638e4fc3
Commit
638e4fc3
authored
Jun 11, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE.
parent
645d6219
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/buffer.c
View file @
638e4fc3
...
...
@@ -362,7 +362,7 @@ even if a buffer with that name exists.")
{
sprintf
(
number
,
"<%d>"
,
++
count
);
gentemp
=
concat2
(
name
,
build_string
(
number
));
tem
=
Fstring_equal
(
name
,
ignore
);
tem
=
Fstring_equal
(
gentemp
,
ignore
);
if
(
!
NILP
(
tem
))
return
gentemp
;
tem
=
Fget_buffer
(
gentemp
);
...
...
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