projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01b97f9
)
* lisp/fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
author
Dmitry Gutov
<dgutov@yandex.ru>
Sun, 14 Dec 2014 10:51:52 +0000
(12:51 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sun, 14 Dec 2014 10:51:52 +0000
(12:51 +0200)
lisp/ChangeLog
patch
|
blob
|
history
lisp/fringe.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index cb43a9b732fa47563794f55ed9193a38b149e932..75e847653200f66ebe2145275443f6bf9ce503d0 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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
diff --git
a/lisp/fringe.el
b/lisp/fringe.el
index 97a03936080bb5703f88706eb950e729b8610df8..51d6543a3f6163d66f3eee44a42a5d9b16754abb 100644
(file)
--- a/
lisp/fringe.el
+++ b/
lisp/fringe.el
@@
-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