mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
Fix typos.
This commit is contained in:
parent
4376876ec2
commit
7dae1ce262
@ -7,18 +7,17 @@
|
|||||||
* vc-git.el (vc-git-previous-revision, vc-git-next-revision):
|
* vc-git.el (vc-git-previous-revision, vc-git-next-revision):
|
||||||
Fall back to original commit if vc-git-symbolic-commit fails to
|
Fall back to original commit if vc-git-symbolic-commit fails to
|
||||||
find a symbolic name.
|
find a symbolic name.
|
||||||
(vc-git-symbolic-commit): Don't limit search to tags. Treat
|
(vc-git-symbolic-commit): Don't limit search to tags.
|
||||||
"undefined" as an error. (Bug #2110)
|
Treat "undefined" as an error. (Bug #2110)
|
||||||
|
|
||||||
2009-03-13 D. Goel <deego3@gmail.com>
|
2009-03-13 D. Goel <deego3@gmail.com>
|
||||||
|
|
||||||
|
* ibuf-ext.el:
|
||||||
* ibuf-ext.el:
|
|
||||||
When calling (multiple-value-bind/setq .. ls)
|
When calling (multiple-value-bind/setq .. ls)
|
||||||
ls -> (values-list ls) throughout.
|
ls -> (values-list ls) throughout.
|
||||||
|
|
||||||
* progmodes/flymake.el (flymake-float-time): Ditto.
|
* progmodes/flymake.el (flymake-float-time): Ditto.
|
||||||
|
|
||||||
* progmodes/ebrowse.el: Ditto.
|
* progmodes/ebrowse.el: Ditto.
|
||||||
|
|
||||||
* midnight.el (midnight-next): Ditto.
|
* midnight.el (midnight-next): Ditto.
|
||||||
@ -28,7 +27,7 @@
|
|||||||
2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
|
2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
|
||||||
|
|
||||||
* textmodes/ispell.el (ispell-get-word): Initialize spellchecker
|
* textmodes/ispell.el (ispell-get-word): Initialize spellchecker
|
||||||
params. (Bug #2654)
|
params. (Bug #2654)
|
||||||
|
|
||||||
2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user