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
ac59f99d
Commit
ac59f99d
authored
Jan 23, 2010
by
Glenn Morris
Browse files
(aelement): Fix typo in previous.
parent
74170103
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/emacs-lisp/assoc.el
lisp/emacs-lisp/assoc.el
+3
-3
No files found.
lisp/emacs-lisp/assoc.el
View file @
ac59f99d
;;; assoc.el --- insert/delete/sort functions on association lists
;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
;;
2006, 2007, 2008,
2009, 2010 Free Software Foundation, Inc.
;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008,
;; 2009, 2010
Free Software Foundation, Inc.
;; Author: Barry A. Warsaw <bwarsaw@cen.com>
;; Keywords: extensions
...
...
@@ -42,7 +42,7 @@ sorted list."
(
defun
aelement
(
key
value
)
"Make a list of a cons cell containing car of KEY and cdr of VALUE.
The returned list is suitable for concat
a
nating with an existing
The returned list is suitable for concat
e
nating with an existing
alist, via `nconc'."
(
list
(
cons
key
value
)))
...
...
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