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
8f3c1d76
Commit
8f3c1d76
authored
Jul 05, 1999
by
Richard M. Stallman
Browse files
(isearch-process-search-char): Write octal 200 correctly.
parent
9d1fb179
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/isearch.el
lisp/isearch.el
+1
-1
No files found.
lisp/isearch.el
View file @
8f3c1d76
...
...
@@ -1249,7 +1249,7 @@ If you want to search for just a space, type C-q SPC."
;; Append the char to the search string, update the message and re-search.
(isearch-process-search-string
(isearch-char-to-string char)
(if (>= char
0
200)
(if (>= char
?\
200)
(char-to-string char)
(isearch-text-char-description char))))
...
...
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