changeset 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 ed8ea5cf198b
children 8f651651683a
files lisp/gnus/smiley-ems.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)