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
046f24aa
Commit
046f24aa
authored
May 19, 2008
by
Stefan Monnier
Browse files
(destructuring-bind): Fix spec.
parent
73913e2e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
lisp/ChangeLog
lisp/ChangeLog
+14
-11
lisp/emacs-lisp/cl-specs.el
lisp/emacs-lisp/cl-specs.el
+1
-1
No files found.
lisp/ChangeLog
View file @
046f24aa
2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2008-05-19 Juanma Barranquero <lekktu@gmail.com>
* faces.el (font-weight-table): Fix typo in docstring.
...
...
@@ -15,8 +19,8 @@
(calc-prepend-to-register): New functions.
* calc/calc-ext.el (calc-init-extensions): Add keybindings for
`calc-copy-to-register' and `calc-insert-register'.
Autoload
new register functions.
`calc-copy-to-register' and `calc-insert-register'.
Autoload
new register functions.
* calc/calc-help.el (calc-r-prefix-help): Add help for register
functions.
...
...
@@ -126,27 +130,26 @@
2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
* ses.el (ses-goto-print): Use move-to-column rather than
forward-char.
* ses.el (ses-goto-print): Use move-to-column rather than forward-char.
(ses-print-cell): Use string-width, truncate-string-to-width,
delete-region rather than length, substring, delete-char.
(ses-setup): Set inhibit-point-motion-hooks to t.
Calculate
position by actually moving point rather than just using
unibyte
character length.
(ses-setup): Set inhibit-point-motion-hooks to t.
Calculate
position by actually moving point rather than just using
unibyte
character length.
(ses-mode): Set indent-tabs-mode to nil.
(ses-center): Use string-width rather than length.
2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
* vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
* vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
Rename
vc-*-create-snapshot and vc-*-retrieve-snapshot to
vc-*-create-tag
and vc-*-retrieve-tag respectively.
* vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
Rename
vc-*-create-snapshot and vc-*-retrieve-snapshot to
vc-*-create-tag
and vc-*-retrieve-tag respectively.
* vc-dispatcher.el: Fix an incorrect buffer name and remove an
unneeded defalias.
* vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move
d
.
* vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
* vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
about buffer names.
...
...
lisp/emacs-lisp/cl-specs.el
View file @
046f24aa
...
...
@@ -90,7 +90,7 @@
((
&rest
(
symbol
sexp
))
cl-declarations
body
))
(
def-edebug-spec
destructuring-bind
(
&define
cl-macro-list
form
cl-declarations
def-body
))
(
&define
cl-macro-list
def-
form
cl-declarations
def-body
))
;; Setf
...
...
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