+2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * info.el (Info-complete-menu-item): Use complete-with-action.
+
2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
Make vc-annotate work through copies and renames.
- * vc-annotate.el (vc-annotate-extract-revision-at-line): Return
- the file name too.
+ * vc-annotate.el (vc-annotate-extract-revision-at-line):
+ Return the file name too.
(vc-annotate-revision-at-line)
(vc-annotate-find-revision-at-line)
(vc-annotate-revision-previous-to-line)
(vc-annotate-show-diff-revision-at-line-internal): Change the
argument to mean whether to show a file diff or not. Get the file
name from vc-annotate-extract-revision-at-line.
- (vc-annotate-show-diff-revision-at-line): Update
- vc-annotate-show-diff-revision-at-line call.
+ (vc-annotate-show-diff-revision-at-line):
+ Update vc-annotate-show-diff-revision-at-line call.
(vc-annotate-warp-revision): Add an optional file argument.
* vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
* emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
read syntax (Bug#4737).
- * textmodes/sgml-mode.el (sgml-delete-tag): Use
- sgml-looking-back-at.
+ * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
(list Info-current-file Info-current-node
Info-complete-next-re string completions
Info-complete-nodes)))
- (if action
- (all-completions string completions predicate)
- (try-completion string completions predicate))))))))
+ (complete-with-action action completions string predicate)))))))
(defun Info-menu (menu-item &optional fork)