Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8d956cef
Commit
8d956cef
authored
Oct 04, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
parent
ca347e3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/timer.el
lisp/emacs-lisp/timer.el
+1
-1
No files found.
lisp/ChangeLog
View file @
8d956cef
2012-10-04 Glenn Morris <rgm@gnu.org>
* emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
2012-10-01 Juanma Barranquero <lekktu@gmail.com>
2012-10-01 Juanma Barranquero <lekktu@gmail.com>
* ido.el (ido-directory-too-big-p): Pass dir through file-truename
* ido.el (ido-directory-too-big-p): Pass dir through file-truename
...
...
lisp/emacs-lisp/timer.el
View file @
8d956cef
...
@@ -425,7 +425,7 @@ be detected.
...
@@ -425,7 +425,7 @@ be detected.
(
with-timeout-timers
(
with-timeout-timers
(
cons
-with-timeout-timer-
with-timeout-timers
)))
(
cons
-with-timeout-timer-
with-timeout-timers
)))
(
unwind-protect
(
unwind-protect
,@
body
(
progn
,@
body
)
(
cancel-timer
-with-timeout-timer-
))))))
(
cancel-timer
-with-timeout-timer-
))))))
;; It is tempting to avoid the `if' altogether and instead run
;; It is tempting to avoid the `if' altogether and instead run
;; timeout-forms in the timer, just before throwing `timeout'.
;; timeout-forms in the timer, just before throwing `timeout'.
...
...
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