Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9f28cb59
Commit
9f28cb59
authored
Dec 14, 2014
by
Dmitry Gutov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
parent
01b97f9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/fringe.el
lisp/fringe.el
+1
-1
No files found.
lisp/ChangeLog
View file @
9f28cb59
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
...
...
lisp/fringe.el
View file @
9f28cb59
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment