mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Typo.
This commit is contained in:
parent
cf5374aa15
commit
7f5bb182d2
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ are indicated with a symbol."
|
|||
(add-hook 'before-revert-hook 'longlines-before-revert-hook nil t)
|
||||
(make-local-variable 'buffer-substring-filters)
|
||||
(set (make-local-variable 'isearch-search-fun-function)
|
||||
'longlinges-search-function)
|
||||
'longlines-search-function)
|
||||
(add-to-list 'buffer-substring-filters 'longlines-encode-string)
|
||||
(when longlines-wrap-follows-window-size
|
||||
(set (make-local-variable 'fill-column)
|
||||
|
|
@ -424,7 +424,7 @@ This is called by `window-size-change-functions'."
|
|||
|
||||
;; Isearch
|
||||
|
||||
(defun longlinges-search-function ()
|
||||
(defun longlines-search-function ()
|
||||
(cond
|
||||
(isearch-word
|
||||
(if isearch-forward 'word-search-forward 'word-search-backward))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue