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
fe778a12
Commit
fe778a12
authored
Jan 17, 2006
by
Bill Wohler
Browse files
(assoc-string): Fix typo in argument.
parent
588fe8bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+4
-0
lisp/mh-e/mh-acros.el
lisp/mh-e/mh-acros.el
+2
-2
No files found.
lisp/mh-e/ChangeLog
View file @
fe778a12
2006-01-17 Bill Wohler <wohler@newt.com>
* mh-acros.el (assoc-string): Fix typo in argument.
2006-01-16 Bill Wohler <wohler@newt.com>
* mh-acros.el (require): Remove defadvice of require as defadvice
...
...
lisp/mh-e/mh-acros.el
View file @
fe778a12
...
...
@@ -157,8 +157,8 @@ Case is ignored if CASE-FOLD is non-nil.
This function added by MH-E for Emacs versions that lack
`assoc-string', introduced in Emacs 22."
(
if
case-fold
(
assoc-ignore-case
key
a
list
)
(
assoc
key
a
list
))))
(
assoc-ignore-case
key
list
)
(
assoc
key
list
))))
(
provide
'mh-acros
)
...
...
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