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
2bc9b0c7
Commit
2bc9b0c7
authored
May 01, 1995
by
Richard M. Stallman
Browse files
(expand-mail-aliases): Use buffer-substring-no-properties.
parent
3b114205
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/mailalias.el
lisp/mail/mailalias.el
+1
-1
No files found.
lisp/mail/mailalias.el
View file @
2bc9b0c7
...
...
@@ -73,7 +73,7 @@ removed from alias expansions."
seplen
(
-
(
point
)
epos
))
(
setq
epos
(
marker-position
end1
)
seplen
0
))
(
let
(
translation
(
string
(
buffer-substring
pos
epos
)))
(
string
(
buffer-substring
-no-properties
pos
epos
)))
(
if
(
and
(
not
(
assoc
string
disabled-aliases
))
(
setq
translation
(
cdr
(
assoc
string
mail-aliases
))))
...
...
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