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
06e38a9b
Commit
06e38a9b
authored
Jul 26, 2005
by
Kenichi Handa
Browse files
(robin-define-package): Make the expaneded form shorter.
parent
3674ae2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lisp/international/robin.el
lisp/international/robin.el
+6
-1
No files found.
lisp/international/robin.el
View file @
06e38a9b
...
...
@@ -310,7 +310,12 @@ one replaces the old one."
(
setcdr
old
(
cdr
new
))
(
setq
robin-package-alist
(
cons
new
robin-package-alist
)))
`
(
setq
robin-package-alist
',robin-package-alist
)))
`
(
let
((
slot
(
assoc
,
name
robin-package-alist
))
(
newdef
',new
))
(
if
slot
(
setcdr
slot
(
cdr
newdef
))
(
setq
robin-package-alist
(
cons
newdef
robin-package-alist
))))))
;;;###autoload
(
defun
robin-modify-package
(
name
input
output
)
...
...
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