emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [comp.emacs] Re: Help in GNU Emacs


From: Richard Stallman
Subject: Re: [comp.emacs] Re: Help in GNU Emacs
Date: Thu, 05 Jun 2003 17:46:34 -0400

    Shouldn't ehelp-command be marked for autoload if it is the main
    entry point to ehelp?

Does this do it?

*** ehelp.el.~1.32.~    Tue Feb  4 06:45:59 2003
--- ehelp.el    Thu Jun  5 09:05:30 2003
***************
*** 418,425 ****
      (substitute-key-definition 'describe-bindings 'electric-describe-bindings 
map)
      (substitute-key-definition 'describe-syntax 'electric-describe-syntax map)
  
!     (setq ehelp-map map)
!     (fset 'ehelp-command map)))
  
  (provide 'ehelp)
  
--- 418,428 ----
      (substitute-key-definition 'describe-bindings 'electric-describe-bindings 
map)
      (substitute-key-definition 'describe-syntax 'electric-describe-syntax map)
  
!     (setq ehelp-map map)))
! 
! ;;;###(autoload 'ehelp-command "ehelp" "Prefix command for ehelp." t 'keymap)
! (defalias 'ehelp-command ehelp-map)
! (put 'ehelp-command 'documentation "Prefix command for ehelp.")
  
  (provide 'ehelp)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]