From 4a8adb0bc7d0c673128c448b6e1888de8ad67c09 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 1 Oct 1999 17:16:48 +0000 Subject: [PATCH] Require view when compiling. (view-emacs-FAQ): Use Info version. --- lisp/help.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 7e5f9a4396d..f07708a9461 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -32,6 +32,7 @@ ;; Get the macro make-help-screen when this is compiled, ;; or run interpreted, but not when the compiled code is loaded. (eval-when-compile (require 'help-macro)) +(eval-when-compile (require 'view)) (defvar help-map (make-sparse-keymap) "Keymap for characters following the Help key.") @@ -452,7 +453,8 @@ With numeric argument display information on correspondingly older changes." (defun view-emacs-FAQ () "Display the Emacs Frequently Asked Questions (FAQ) file." (interactive) - (find-file-read-only (expand-file-name "FAQ" data-directory))) +;;; (find-file-read-only (expand-file-name "FAQ" data-directory)) + (info "(emacs-faq)")) (defun view-lossage () "Display last 100 input keystrokes." -- 2.39.5