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
744c2177
Commit
744c2177
authored
Apr 25, 1995
by
Karl Heuer
Browse files
(appt-check): Use force-mode-line-update.
parent
a838308c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
lisp/calendar/appt.el
lisp/calendar/appt.el
+1
-4
No files found.
lisp/calendar/appt.el
View file @
744c2177
...
...
@@ -337,10 +337,7 @@ Therefore, you need to have `(display-time)' in your .emacs file."
(
concat
"App't in "
min-to-app
" min. "
new-time
" "
))
;; force mode line updates - from time.el
(
save-excursion
(
set-buffer
(
other-buffer
)))
(
set-buffer-modified-p
(
buffer-modified-p
))
(
force-mode-line-update
t
)
(
sit-for
0
)))
(
if
(
=
min-to-app
0
)
...
...
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