From: Eli Zaretskii Date: Fri, 9 Nov 2001 10:33:27 +0000 (+0000) Subject: (Info-file-list-for-emacs): Add entries for Calc. X-Git-Tag: ttn-vms-21-2-B4~18731 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=807378adcd9ca255ce92cb339cca51869ad64f44;p=emacs.git (Info-file-list-for-emacs): Add entries for Calc. --- 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")