emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ehelp.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ehelp.el [lexbind]
Date: Tue, 14 Oct 2003 19:51:45 -0400

Index: emacs/lisp/ehelp.el
diff -c emacs/lisp/ehelp.el:1.31.16.1 emacs/lisp/ehelp.el:1.31.16.2
*** emacs/lisp/ehelp.el:1.31.16.1       Fri Apr  4 01:20:04 2003
--- emacs/lisp/ehelp.el Tue Oct 14 19:50:59 2003
***************
*** 418,426 ****
      (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)
  
  ;;; ehelp.el ends here
--- 418,430 ----
      (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)
  
+ ;;; arch-tag: e0e3037f-42c0-433e-ba18-322c5d951f46
  ;;; ehelp.el ends here




reply via email to

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