+2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
+
+ * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
+
2000-07-07 Gerd Moellmann <gerd@gnu.org>
* bindings.el: Bind ยด[delete]' to delete-char.
* rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
exim can use "your message" instead of "the message".
+2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
+
+ * facemenu.el: Docstrings fixes.
+ (facemenu-get-face): Don't use internal-find-face.
+ (facemenu-iterate): Rename arg to match the docstring.
+
+ * newcomment.el (uncomment-region): Be more careful when skipping
+ backwards over `=' not to bump into BOBP.
+
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-diff.el (ediff-wordify): Use syntax table.
(mouse-set-region-1))))
(delete-overlay mouse-drag-overlay)
;; Run the binding of the terminating up-event.
- (when (and (fboundp fun)
+ (when (and (functionp fun)
(= start-hscroll (window-hscroll start-window)))
(setq unread-command-events
(cons event unread-command-events)))))