emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102697: Revert bogus 2010-10-24 chan


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102697: Revert bogus 2010-10-24 change to widget-image-find.
Date: Tue, 21 Dec 2010 10:36:48 +0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102697
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2010-12-21 10:36:48 +0800
message:
  Revert bogus 2010-10-24 change to widget-image-find.
  
  * lisp/wid-edit.el (widget-image-find): Remove bogus :ascent spec from
  image spec (Bug#7480).
modified:
  lisp/ChangeLog
  lisp/wid-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-12-21 02:30:36 +0000
+++ b/lisp/ChangeLog    2010-12-21 02:36:48 +0000
@@ -1,3 +1,8 @@
+2010-12-21  Chong Yidong  <address@hidden>
+
+       * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
+       image spec (Bug#7480).
+
 2010-12-21  Daiki Ueno  <address@hidden>
 
        * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,

=== modified file 'lisp/wid-edit.el'
--- a/lisp/wid-edit.el  2010-11-18 03:54:14 +0000
+++ b/lisp/wid-edit.el  2010-12-21 02:36:48 +0000
@@ -637,8 +637,8 @@
                specs)
           (dolist (elt widget-image-conversion)
             (dolist (ext (cdr elt))
-              (push (list :type (car elt) :file (concat image ext)
-                          :ascent 'center) specs)))
+              (push (list :type (car elt) :file (concat image ext))
+                    specs)))
           (find-image (nreverse specs))))
        (t
         ;; Oh well.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]