# HG changeset patch # User Dave Love # Date 938798208 0 # Node ID 3c430bda7857f36e16d968aa5e9152c51901752f # Parent 96f905455060dca22b80315e2da92481f6ffa5b6 Require view when compiling. (view-emacs-FAQ): Use Info version. diff -r 96f905455060 -r 3c430bda7857 lisp/help.el --- a/lisp/help.el Fri Oct 01 14:37:36 1999 +0000 +++ b/lisp/help.el Fri Oct 01 17:16:48 1999 +0000 @@ -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 @@ (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."