From 807378adcd9ca255ce92cb339cca51869ad64f44 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 9 Nov 2001 10:33:27 +0000 Subject: [PATCH] (Info-file-list-for-emacs): Add entries for Calc. --- lisp/ChangeLog | 4 ++++ lisp/info.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6f13da44fa..f434986ea5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-11-09 Eli Zaretskii + + * info.el (Info-file-list-for-emacs): Add entries for Calc. + 2001-11-09 Miles Bader * subr.el (functionp): Don't consider macros as functions. diff --git a/lisp/info.el b/lisp/info.el index 8b8447a7b6b..3f47bc0de4c 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2382,7 +2382,8 @@ Allowed only if variable `Info-enable-edit' is non-nil." ("copyright" . "autotype") ("executable" . "autotype") ("time-stamp" . "autotype") ("quickurl" . "autotype") ("tempo" . "autotype") ("hippie-expand" . "autotype") - ("cvs" . "pcl-cvs") ("ada" . "ada-mode") + ("cvs" . "pcl-cvs") ("ada" . "ada-mode") "calc" + ("calcAlg" . "calc") ("calcDigit" . "calc") ("calcVar" . "calc") "ebrowse" "eshell" "cl" "reftex" "speedbar" "widget" "woman" ("mail-header" . "emacs-mime") ("mail-content" . "emacs-mime") ("mail-encode" . "emacs-mime") ("mail-decode" . "emacs-mime") -- 2.39.5