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
cd1d1525
Commit
cd1d1525
authored
Oct 06, 2008
by
Dan Nicolaescu
Browse files
(x-create-frame-with-faces): Undo previous change.
parent
1a0cf619
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/faces.el
lisp/faces.el
+1
-2
No files found.
lisp/ChangeLog
View file @
cd1d1525
2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
* faces.el (x-create-frame-with-faces): Undo previous change.
* vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
existent files.
...
...
lisp/faces.el
View file @
cd1d1525
...
...
@@ -2007,8 +2007,7 @@ Value is the new frame created."
;; Make sure the tool-bar is ready to be enabled. The
;; `tool-bar-lines' frame parameter will not take effect
;; without this call.
(
when
tool-bar-mode
(
tool-bar-setup
frame
))
(
tool-bar-setup
frame
)
(
if
(
null
visibility-spec
)
(
make-frame-visible
frame
)
(
modify-frame-parameters
frame
(
list
visibility-spec
)))
...
...
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