mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
This commit is contained in:
parent
e09349c517
commit
6dea717381
2 changed files with 10 additions and 6 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-04-14 Edward Wiebe <usenet@pusto.de> (tiny change)
|
||||
|
||||
* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
|
||||
|
||||
2009-04-14 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp.el (tramp-handle-dired-recursive-delete-directory):
|
||||
|
|
@ -104,7 +108,7 @@
|
|||
2009-04-09 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
|
||||
(tramp-handle-vc-registered ): New defun. (Bug#1741).
|
||||
(tramp-handle-vc-registered ): New defun. (Bug#1741)
|
||||
|
||||
* net/tramp-cache.el (tramp-flush-directory-property): Use the
|
||||
localname of KEY for check.
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ Defaults to the whole buffer. END can be out of bounds."
|
|||
;;; Stealth fontification.
|
||||
|
||||
(defsubst jit-lock-stealth-chunk-start (around)
|
||||
"Return the start of the next chunk to fontify around position AROUND..
|
||||
"Return the start of the next chunk to fontify around position AROUND.
|
||||
Value is nil if there is nothing more to fontify."
|
||||
(if (zerop (buffer-size))
|
||||
nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue