From f24e0036b1beb5e610e8691ec511f7d87b5aa993 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 12 Apr 2013 15:56:03 +0200 Subject: [PATCH] * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus". --- lisp/ChangeLog | 4 ++++ lisp/info.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c7ac52fac32..6054ed3c213 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-04-12 Michael Albinus + + * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus". + 2013-04-10 Tassilo Horn * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut diff --git a/lisp/info.el b/lisp/info.el index 4679b51b999..58ebf0b17da 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -4383,7 +4383,8 @@ This feature will be removed in future.") ("ietf-drums" . "emacs-mime") ("quoted-printable" . "emacs-mime") ("binhex" . "emacs-mime") ("uudecode" . "emacs-mime") ("mailcap" . "emacs-mime") ("mm" . "emacs-mime") - ("mml" . "emacs-mime")) + ("mml" . "emacs-mime") + "tramp" "dbus") "List of Info files that describe Emacs commands. An element can be a file name, or a list of the form (PREFIX . FILE) where PREFIX is a name prefix and FILE is the file to look in. -- 2.39.2