Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e54f1227
Commit
e54f1227
authored
Jun 11, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fset_text_properties): No special case for props = nil.
parent
a9107360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/textprop.c
src/textprop.c
+0
-2
No files found.
src/textprop.c
View file @
e54f1227
...
...
@@ -713,8 +713,6 @@ is the string or buffer containing the text.")
register
int
s
,
len
;
props
=
validate_plist
(
props
);
if
(
NILP
(
props
))
return
Qnil
;
if
(
NILP
(
object
))
XSET
(
object
,
Lisp_Buffer
,
current_buffer
);
...
...
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