]> code.delx.au - gnu-emacs/commitdiff
* lisp/fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 14 Dec 2014 10:51:52 +0000 (12:51 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 14 Dec 2014 10:51:52 +0000 (12:51 +0200)
lisp/ChangeLog
lisp/fringe.el

index cb43a9b732fa47563794f55ed9193a38b149e932..75e847653200f66ebe2145275443f6bf9ce503d0 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-14  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
+
 2014-12-14  Dmitry Gutov  <dgutov@yandex.ru>
 
        Move ASYNC argument to the `diff' VC command to the fifth
index 97a03936080bb5703f88706eb950e729b8610df8..51d6543a3f6163d66f3eee44a42a5d9b16754abb 100644 (file)
@@ -85,7 +85,7 @@
 
 (defun fringe-bitmap-p (symbol)
   "Return non-nil if SYMBOL is a fringe bitmap."
-  `(get ,symbol 'fringe))
+  (get symbol 'fringe))
 
 
 ;; Control presence of fringes