1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00
This commit is contained in:
Chong Yidong 2005-12-20 17:27:35 +00:00
parent cf5374aa15
commit 7f5bb182d2

View file

@ -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))