[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ehelp.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ehelp.el |
Date: |
Mon, 07 Jul 2003 17:05:18 -0400 |
Index: emacs/lisp/ehelp.el
diff -c emacs/lisp/ehelp.el:1.32 emacs/lisp/ehelp.el:1.33
*** emacs/lisp/ehelp.el:1.32 Tue Feb 4 06:15:34 2003
--- emacs/lisp/ehelp.el Mon Jul 7 17:05:17 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/ehelp.el,
Richard M. Stallman <=