diff lisp/gnus/smiley-ems.el @ 34508:e223a51dca47

(smiley-region): Bind `inhibit-point-motion-hooks' to t, so that we don't get stuck while trying to smilefy intangible text.
author Miles Bader <miles@gnu.org>
date Wed, 13 Dec 2000 02:07:43 +0000
parents 3e2309d79ff3
children 52d99cc2e9e3
line wrap: on
line diff
--- a/lisp/gnus/smiley-ems.el	Wed Dec 13 02:01:05 2000 +0000
+++ b/lisp/gnus/smiley-ems.el	Wed Dec 13 02:07:43 2000 +0000
@@ -108,6 +108,7 @@
       (smiley-update-cache))
     (save-excursion
       (let ((beg (or start (point-min)))
+	    (inhibit-point-motion-hooks t)
 	    group overlay image)
 	(dolist (entry smiley-cached-regexp-alist)
 	  (setq group (nth 1 entry)