+2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
+ rely on cl-return.
+
2013-09-12 Glenn Morris <rgm@gnu.org>
* term/ns-win.el (global-map): Remove binding for ispell-next,
* eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
(bug#15338).
- (eshell-self-insert-command, eshell-send-invisible): Remove
- unused argument.
+ (eshell-self-insert-command, eshell-send-invisible):
+ Remove unused argument.
(eshell-handle-control-codes): Remove unused var `orig'.
Avoid delete-backward-char.
(cl-assert (stringp file))
(when (eq action 'renamed) (cl-assert (stringp file1)))
;; Loop over all buffers, in order to find the intended one.
- (dolist (buffer buffers)
+ (cl-dolist (buffer buffers)
(when (buffer-live-p buffer)
(with-current-buffer buffer
(when (and (stringp buffer-file-name)