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
0963334d
Commit
0963334d
authored
Sep 29, 1999
by
Gerd Moellmann
Browse files
(Fpropertize): Renamed from Fproperties.
parent
00f6d59e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/editfns.c
src/editfns.c
+2
-2
No files found.
src/editfns.c
View file @
0963334d
...
...
@@ -2466,7 +2466,7 @@ DEFUN ("current-message", Fcurrent_message, Scurrent_message, 0, 0, 0,
}
DEFUN
(
"propertie
s
"
,
Fpropertie
s
,
Spropertie
s
,
3
,
MANY
,
0
,
DEFUN
(
"properti
z
e"
,
Fproperti
z
e
,
Sproperti
z
e
,
3
,
MANY
,
0
,
"Return a copy of STRING with text properties added.
\n
\
First argument is the string to copy.
\n
\
Remaining arguments are sequences of PROPERTY VALUE pairs for text
\n
\
...
...
@@ -3404,7 +3404,7 @@ functions if all the text being accessed has this property.");
DEFVAR_LISP
(
"user-real-login-name"
,
&
Vuser_real_login_name
,
"The user's name, based upon the real uid only."
);
defsubr
(
&
Spropertie
s
);
defsubr
(
&
Sproperti
z
e
);
defsubr
(
&
Schar_equal
);
defsubr
(
&
Sgoto_char
);
defsubr
(
&
Sstring_to_char
);
...
...
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