mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(change-log-mode): Set `change-log-next-buffer' to
`multi-isearch-next-buffer-function' instead of `isearch-buffers-next-buffer-function'. Remove call to `isearch-buffers-minor-mode'.
This commit is contained in:
parent
3c0aa5e65b
commit
e50fa43e8f
1 changed files with 2 additions and 3 deletions
|
|
@ -994,13 +994,12 @@ Runs `change-log-mode-hook'.
|
|||
(set (make-local-variable 'adaptive-fill-regexp) "\\s *")
|
||||
(set (make-local-variable 'font-lock-defaults)
|
||||
'(change-log-font-lock-keywords t nil nil backward-paragraph))
|
||||
(set (make-local-variable 'isearch-buffers-next-buffer-function)
|
||||
(set (make-local-variable 'multi-isearch-next-buffer-function)
|
||||
'change-log-next-buffer)
|
||||
(set (make-local-variable 'beginning-of-defun-function)
|
||||
'change-log-beginning-of-defun)
|
||||
(set (make-local-variable 'end-of-defun-function)
|
||||
'change-log-end-of-defun)
|
||||
(isearch-buffers-minor-mode))
|
||||
'change-log-end-of-defun))
|
||||
|
||||
(defun change-log-next-buffer (&optional buffer wrap)
|
||||
"Return the next buffer in the series of ChangeLog file buffers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue