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
ff2a1c79
Commit
ff2a1c79
authored
Jan 29, 2001
by
Eli Zaretskii
Browse files
(frame-initialize): Doc fix.
parent
e7b0deaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/frame.el
lisp/frame.el
+1
-1
No files found.
lisp/ChangeLog
View file @
ff2a1c79
2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
* frame.el (frame-initialize): Doc fix.
* time-stamp.el (time-stamp-string): Doc fix.
* woman.el (WoMan-log-1): Make the log buffer writable. From
...
...
lisp/frame.el
View file @
ff2a1c79
...
...
@@ -167,7 +167,7 @@ Pass it BUFFER as first arg, and (cdr ARGS) gives the rest of the args."
;;; file - if there is no frame with a minibuffer open now, create
;;; one to display messages while loading the init file.
(
defun
frame-initialize
()
"Create an
in
initial frame if necessary."
"Create an initial frame if necessary."
;; Are we actually running under a window system at all?
(
if
(
and
window-system
(
not
noninteractive
)
(
not
(
eq
window-system
'pc
)))
(
progn
...
...
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