Mercurial > emacs
changeset 40967:ab0564ba441e
(Info-mode): Add a no-clone-indirect property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 13 Nov 2001 02:10:33 +0000 |
parents | 0eb891bb0d3e |
children | f44b389b0373 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Tue Nov 13 02:09:59 2001 +0000 +++ b/lisp/info.el Tue Nov 13 02:10:33 2001 +0000 @@ -2230,6 +2230,7 @@ ;; Info mode is suitable only for specially formatted data. (put 'Info-mode 'mode-class 'special) +(put 'Info-mode 'no-clone-indirect t) (defun Info-mode () "Info mode provides commands for browsing through the Info documentation tree.