[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/apropos.el
From: |
John Paul Wallington |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/apropos.el |
Date: |
Sat, 24 Aug 2002 10:26:07 -0400 |
Index: emacs/lisp/apropos.el
diff -c emacs/lisp/apropos.el:1.87 emacs/lisp/apropos.el:1.88
*** emacs/lisp/apropos.el:1.87 Thu May 23 16:21:30 2002
--- emacs/lisp/apropos.el Sat Aug 24 10:26:06 2002
***************
*** 372,378 ****
;; For auld lang syne:
;;;###autoload
! (fset 'command-apropos 'apropos-command)
;;;###autoload
(defun apropos-command (apropos-regexp &optional do-all var-predicate)
"Show commands (interactively callable functions) that match APROPOS-REGEXP.
--- 372,378 ----
;; For auld lang syne:
;;;###autoload
! (defalias 'command-apropos 'apropos-command)
;;;###autoload
(defun apropos-command (apropos-regexp &optional do-all var-predicate)
"Show commands (interactively callable functions) that match APROPOS-REGEXP.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/apropos.el,
John Paul Wallington <=