Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
62528af0
Commit
62528af0
authored
Mar 03, 2014
by
Stefan Monnier
Browse files
* lisp/htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
parent
5b87d0d9
Changes
2
Show 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/htmlfontify.el
lisp/htmlfontify.el
+1
-1
No files found.
lisp/ChangeLog
View file @
62528af0
2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
* htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2014-03-04 Michal Nazarewicz <mina86@mina86.com>
* binding.el: Add comment describing why C-d binds to `delete-char'.
...
...
lisp/htmlfontify.el
View file @
62528af0
...
...
@@ -1709,7 +1709,7 @@ FILE, if set, is the file name."
;; think we only need to relocate the hfy-endl property, as the hfy-linkp
;; property has already served its main purpose by this point.
;;(message "mapcar over the CSS-MAP")
(
message
"invis-ranges:\n%S"
invis-ranges
)
;;
(message "invis-ranges:\n%S" invis-ranges)
(
dolist
(
point-face
css-map
)
(
let
((
pt
(
car
point-face
))
(
fn
(
cdr
point-face
))
...
...
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