+2005-04-13 Richard M. Stallman <rms@gnu.org>
+
+ * simple.el (undo): Fix previous change.
+
+ * custom.el (defface): Doc fix.
+
2005-04-13 Lute Kamstra <lute@gnu.org>
* Makefile.in (DONTCOMPILE): Remove list.
* dnd.el (dnd-protocol-alist): New file with generic DND functions.
-2005-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
+2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
* wdired.el: Doc fixes.
(wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
(message (if undo-in-region
(if equiv "Redo in region!" "Undo in region!")
(if equiv "Redo!" "Undo!"))))
- (when (and (listp equiv) undo-no-redo)
+ (when (and (consp equiv) undo-no-redo)
;; The equiv entry might point to another redo record if we have done
;; undo-redo-undo-redo-... so skip to the very last equiv.
(while (let ((next (gethash equiv undo-equiv-table)))