*** empty log message ***

This commit is contained in:
Juanma Barranquero 2005-06-21 14:12:12 +00:00
parent 265b3f2a04
commit 23873c965c
4 changed files with 33 additions and 0 deletions

View file

@ -1,3 +1,22 @@
2005-06-21 Juanma Barranquero <lekktu@gmail.com>
* subr.el (1value, lambda, key-substitution-in-progress):
Doc fixes.
* autoinsert.el (auto-insert-alist):
* ses.el (ses-call-printer):
* subr.el (noreturn):
* emacs-lisp/lisp.el (check-parens):
* emacs-lisp/byte-opt.el (byte-optimize-pure-func):
* net/browse-url.el (browse-url-mosaic):
* progmodes/cc-defs.el (c-safe-scan-lists):
* progmodes/ebnf-abn.el (ebnf-abn-lex):
* progmodes/ebnf-bnf.el (ebnf-bnf-lex):
* progmodes/ebnf-dtd.el (ebnf-dtd-lex):
* progmodes/ebnf-ebx.el (ebnf-ebx-lex):
* progmodes/ebnf-iso.el (ebnf-iso-lex):
* progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
* pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.

View file

@ -1,3 +1,7 @@
2005-06-21 Juanma Barranquero <lekktu@gmail.com>
* nnimap.el (nnimap-split-download-body): Fix spellings.
2005-06-16 Juanma Barranquero <lekktu@gmail.com>
* gnus-art.el (gnus-article-encrypt-body):

View file

@ -1,3 +1,8 @@
2005-06-21 Juanma Barranquero <lekktu@gmail.com>
* url-gw.el (url-open-stream):
* url-vars.el (url-gateway-unplugged): Fix spellings.
2005-06-14 Juanma Barranquero <lekktu@gmail.com>
* url-history.el (url-completion-function): Follow error

View file

@ -1,3 +1,8 @@
2005-06-21 Juanma Barranquero <lekktu@gmail.com>
* fns.c (Fchar_table_range):
* process.c (Fmake_network_process): Fix spellings.
2005-06-20 Kim F. Storm <storm@cua.dk>
* fns.c (Fsort): Doc fix.