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
fbebec27
Commit
fbebec27
authored
Jul 31, 2000
by
Eli Zaretskii
Browse files
(appt-disp-window): Use display-multi-frame-p
instead of window-system.
parent
14185565
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calendar/appt.el
lisp/calendar/appt.el
+1
-1
No files found.
lisp/calendar/appt.el
View file @
fbebec27
...
...
@@ -381,7 +381,7 @@ The following variables control appointment notification:
(
if
(
equal
(
selected-window
)
(
minibuffer-window
))
(
if
(
other-window
1
)
(
select-window
(
other-window
1
))
(
if
window-system
(
if
(
display-multi-frame-p
)
(
select-frame
(
other-frame
1
)))))
(
let*
((
this-buffer
(
current-buffer
))
...
...
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