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
7f5bb182
Commit
7f5bb182
authored
Dec 20, 2005
by
Chong Yidong
Browse files
Typo.
parent
cf5374aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/longlines.el
lisp/longlines.el
+2
-2
No files found.
lisp/longlines.el
View file @
7f5bb182
...
...
@@ -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
)
'longlin
g
es-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
longlin
g
es-search-function
()
(
defun
longlines-search-function
()
(
cond
(
isearch-word
(
if
isearch-forward
'word-search-forward
'word-search-backward
))
...
...
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