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
3533155b
Commit
3533155b
authored
Jan 24, 2009
by
Eli Zaretskii
Browse files
(System Environment): Remove description of the `environment' function which
has been deleted.
parent
001c6204
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
13 deletions
+5
-13
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/os.texi
doc/lispref/os.texi
+0
-10
etc/NEWS
etc/NEWS
+0
-3
No files found.
doc/lispref/ChangeLog
View file @
3533155b
2009-01-24 Eli Zaretskii <eliz@gnu.org>
* os.texi (System Environment): Remove description of the
`environment' function which has been deleted.
2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
* frames.texi (Multiple Displays): Remove documentation for
...
...
doc/lispref/os.texi
View file @
3533155b
...
...
@@ -876,16 +876,6 @@ specify the same environment variable, the first of these elements
specifies the variable, and the other ``duplicates'' are ignored.
@end defvar
@defun environment &optional frame
This is a convenience function that returns the value of
@code{process-environment} after removing unset and duplicate
variables from it. The optional argument @var{frame}, which should be
a frame, means return the list of environment variables in effect for
that frame. The value this function returns is a copy, so changing it
will have no effect on the environment variables passed to
subprocesses.
@end defun
@defvar initial-environment
This variable holds the list of environment variables Emacs inherited
from its parent process. It is computed during startup, see
...
...
etc/NEWS
View file @
3533155b
...
...
@@ -1728,9 +1728,6 @@ deleting a terminal.
*** New functions:
+++
**** `environment'
+++
**** `delete-terminal'
...
...
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