Mercurial > emacs
comparison lisp/ChangeLog @ 78641:fc54bf727c30
(complete-with-action): Backport from trunk (for vc-arch.el).
(dynamic-completion-table): Use it it.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 23 Aug 2007 18:42:38 +0000 |
parents | 1150fe1ceae5 |
children | 5c8d5235a4ac |
comparison
equal
deleted
inserted
replaced
78640:33d0b6780fb2 | 78641:fc54bf727c30 |
---|---|
1 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el). | |
4 (dynamic-completion-table): Use it it. | |
5 | |
6 * net/browse-url.el: Remove spurious * in custom docstrings. | |
7 (browse-url-filename-alist): Use new-style backquote. | |
8 | |
9 * emacs-lisp/backquote.el (backquote-unquote-symbol) | |
10 (backquote-splice-symbol): Clarify they're not new-style unquotes. | |
11 | |
12 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,) | |
13 (\,@): Backslash the , and ,@ which are not new-style unquotes. | |
14 | |
15 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote. | |
16 | |
17 * net/socks.el (socks-username/password-auth-filter): | |
18 Remove unused vars `state' and `desired-len'. | |
19 (socks-parse-services, socks-nslookup-host): Use with-current-buffer. | |
20 (socks-wait-for-state-change): Use new-style backquotes. | |
21 | |
22 * pcvs.el (cvs-mode-status): Fix long-standing typo. | |
2 | 23 |
3 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style | 24 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style |
4 backquotes after each `read' rather than once per buffer. | 25 backquotes after each `read' rather than once per buffer. |
5 | 26 |
6 * dframe.el: Remove spurious * in custom docstrings. | 27 * dframe.el: Remove spurious * in custom docstrings. |