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
aa734e17
Commit
aa734e17
authored
Jun 04, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
2cad8dd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/fileio.c
src/fileio.c
+3
-3
src/print.c
src/print.c
+2
-2
No files found.
src/fileio.c
View file @
aa734e17
...
...
@@ -1459,8 +1459,8 @@ DEFUN ("make-directory", Fmake_directory, Smake_directory, 1, 1, "FMake director
return
Qnil
;
}
DEFUN
(
"
remov
e-directory"
,
F
remov
e_directory
,
S
remov
e_directory
,
1
,
1
,
"F
Remov
e directory: "
,
"
Remov
e a directory. One argument, a file name string."
)
DEFUN
(
"
delet
e-directory"
,
F
delet
e_directory
,
S
delet
e_directory
,
1
,
1
,
"F
Delet
e directory: "
,
"
Delet
e a directory. One argument, a file name string."
)
(
dirname
)
Lisp_Object
dirname
;
{
...
...
@@ -2838,7 +2838,7 @@ nil means use format `var'. This variable is meaningful only on VMS.");
defsubr
(
&
Ssubstitute_in_file_name
);
defsubr
(
&
Scopy_file
);
defsubr
(
&
Smake_directory
);
defsubr
(
&
S
remov
e_directory
);
defsubr
(
&
S
delet
e_directory
);
defsubr
(
&
Sdelete_file
);
defsubr
(
&
Srename_file
);
defsubr
(
&
Sadd_name_to_file
);
...
...
src/print.c
View file @
aa734e17
...
...
@@ -961,12 +961,12 @@ A value of nil means to use `%.20g'.");
#endif
/* LISP_FLOAT_TYPE */
DEFVAR_LISP
(
"print-length"
,
&
Vprint_length
,
"Maximum length of list to print before abbreviating.\
"Maximum length of list to print before abbreviating.
\
n
\
A value of nil means no limit."
);
Vprint_length
=
Qnil
;
DEFVAR_LISP
(
"print-level"
,
&
Vprint_level
,
"Maximum depth of list nesting to print before abbreviating.\
"Maximum depth of list nesting to print before abbreviating.
\
n
\
A value of nil means no limit."
);
Vprint_level
=
Qnil
;
...
...
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