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
5eb62982
Commit
5eb62982
authored
Dec 24, 1994
by
Richard M. Stallman
Browse files
(dabbrev-abbrev-char-regexp): Accept symbol chars
as well as word constituent chars.
parent
c9e2fc17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/dabbrev.el
lisp/dabbrev.el
+1
-2
No files found.
lisp/dabbrev.el
View file @
5eb62982
...
...
@@ -149,8 +149,7 @@ variable to see if its value is t or nil.
This variable has an effect only when the value of
`dabbrev-case-fold-search' evaluates to t."
)
;; I recommend that you set this to "\\sw\\|\\s_"
(
defvar
dabbrev-abbrev-char-regexp
nil
(
defvar
dabbrev-abbrev-char-regexp
"\\sw\\|\\s_"
"*Regexp to recognize a character in an abbreviation or expansion.
This regexp will be surrounded with \\\\( ... \\\\) when actually used.
...
...
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