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
39eeb2f7
Commit
39eeb2f7
authored
Aug 20, 2011
by
Chong Yidong
Browse files
Minor fix to last change.
parent
2c34e8da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/font-lock.el
lisp/font-lock.el
+2
-3
No files found.
lisp/font-lock.el
View file @
39eeb2f7
...
...
@@ -1031,7 +1031,7 @@ This works by calling `font-lock-unfontify-region-function'."
(funcall font-lock-unfontify-region-function beg end)))
(defun font-lock-default-fontify-buffer ()
"Fontify the whole buffer using `font-lock-fontify-
buffer
-function'."
"Fontify the whole buffer using `font-lock-fontify-
region
-function'."
(let ((verbose (if (numberp font-lock-verbose)
(> (buffer-size) font-lock-verbose)
font-lock-verbose)))
...
...
@@ -1173,8 +1173,7 @@ what properties to clear before refontifying a region.")
(defun font-lock-default-unfontify-region (beg end)
"Unfontify the text between BEG and END.
This function is the default value of the variable
`font-lock-unfontify-region-function'."
This function is the default `font-lock-unfontify-region-function'."
(remove-list-of-text-properties
beg end (append
font-lock-extra-managed-props
...
...
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