From 906b3163a21a2b549762ef13c88dddb6e26d2721 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 20 Sep 2001 15:31:28 +0000 Subject: [PATCH] (Info-file-list-for-emacs): Add elements for ada-mode, ccmode, emacs-mime, and eudc manuals. --- lisp/ChangeLog | 5 +++++ lisp/info.el | 19 +++++++++++++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8c11530098..ee8d56b7e94 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-09-20 Eli Zaretskii + + * info.el (Info-file-list-for-emacs): Add elements for ada-mode, + ccmode, emacs-mime, and eudc manuals. + 2001-09-19 Sam Steingold w32 find cannot be used with `grep-find'. diff --git a/lisp/info.el b/lisp/info.el index b7464670fdf..d18b1c543b8 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2369,14 +2369,25 @@ Allowed only if variable `Info-enable-edit' is non-nil." (message "Tags may have changed. Use Info-tagify if necessary"))) (defvar Info-file-list-for-emacs - '("ediff" "forms" "gnus" "info" ("mh" . "mh-e") "sc" "message" - ("dired" . "dired-x") ("c" . "ccmode") "viper" "vip" + '("ediff" "eudc" "forms" "gnus" "info" ("mh" . "mh-e") + "sc" "message" ("dired" . "dired-x") "viper" "vip" "idlwave" + ("c" . "ccmode") ("c++" . "ccmode") ("objc" . "ccmode") + ("java" . "ccmode") ("idl" . "ccmode") ("pike" . "ccmode") ("skeleton" . "autotype") ("auto-insert" . "autotype") ("copyright" . "autotype") ("executable" . "autotype") ("time-stamp" . "autotype") ("quickurl" . "autotype") ("tempo" . "autotype") ("hippie-expand" . "autotype") - ("cvs" . "pcl-cvs") - "ebrowse" "eshell" "cl" "idlwave" "reftex" "speedbar" "widget" "woman") + ("cvs" . "pcl-cvs") ("ada" . "ada-mode") + "ebrowse" "eshell" "cl" "reftex" "speedbar" "widget" "woman" + ("mail-header" . "emacs-mime") ("mail-content" . "emacs-mime") + ("mail-encode" . "emacs-mime") ("mail-decode" . "emacs-mime") + ("rfc2045" . "emacs-mime") + ("rfc2231" . "emacs-mime") ("rfc2047" . "emacs-mime") + ("rfc2045" . "emacs-mime") ("rfc1843" . "emacs-mime") + ("ietf-drums" . "emacs-mime") ("quoted-printable" . "emacs-mime") + ("binhex" . "emacs-mime") ("uudecode" . "emacs-mime") + ("mailcap" . "emacs-mime") ("mm" . "emacs-mime") + ("mml" . "emacs-mime")) "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.5