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
e6e91eda
Commit
e6e91eda
authored
Feb 03, 2006
by
Peter Galbraith
Browse files
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
parent
ae2c9c21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+5
-0
lisp/mh-e/mh-compat.el
lisp/mh-e/mh-compat.el
+1
-1
No files found.
lisp/mh-e/ChangeLog
View file @
e6e91eda
2006
-
02
-
03
Peter
S
Galbraith
<
psg
@
debian
.
org
>
*
mh
-
compat
.
el
(
mh
-
url
-
unreserved
-
chars
):
Fix
typo
from
`
mh
-
url
-
unresrved
-
chars
'.
2006-02-02 Bill Wohler <wohler@newt.com>
* mh-e.el (Version, mh-version): Add +cvs to version.
...
...
lisp/mh-e/mh-compat.el
View file @
e6e91eda
...
...
@@ -153,7 +153,7 @@ The arguments FIXEDCASE, LITERAL, SUBEXP, and START are ignored."
;; Copy of constant from url-util.el in Emacs 22; needed by Emacs 21.
(
if
(
not
(
boundp
'url-unreserved-chars
))
(
defconst
mh-url-unresrved-chars
(
defconst
mh-url-unres
e
rved-chars
'
(
?a
?b
?c
?d
?e
?f
?g
?h
?i
?j
?k
?l
?m
?n
?o
?p
?q
?r
?s
?t
?u
?v
?w
?x
?y
?z
?A
?B
?C
?D
?E
?F
?G
?H
?I
?J
?K
?L
?M
?N
?O
?P
?Q
?R
?S
?T
?U
?V
?W
?X
?Y
?Z
...
...
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