2000-10-09 Gerd Moellmann <gerd@gnu.org>
authorDave Love <fx@gnu.org>
Mon, 9 Oct 2000 13:01:19 +0000 (13:01 +0000)
committerDave Love <fx@gnu.org>
Mon, 9 Oct 2000 13:01:19 +0000 (13:01 +0000)
* smiley-ems.el (smiley-update-cache):  Use `:ascent center'.

lisp/smiley-ems.el

index 8fde308..4bc0c1c 100644 (file)
@@ -73,7 +73,7 @@ rgexp to replace with IMAGE.  IMAGE is the name of a PBM file in
     (let* ((data-directory smiley-data-directory)
           (image (find-image (list (list :type 'pbm
                                          :file (nth 2 elt)
-                                         :ascent 100)))))
+                                         :ascent 'center)))))
       (if image
          (push (list (car elt) (cadr elt) image)
                smiley-cached-regexp-alist)))))