From: Richard M. Stallman Date: Tue, 13 Nov 2001 02:12:04 +0000 (+0000) Subject: (Info-mode): Add a no-clone-indirect property. X-Git-Tag: ttn-vms-21-2-B4~18628 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fa8f8a42fd5fc61b1d77efba0c509b5f634ba5d;p=emacs.git (Info-mode): Add a no-clone-indirect property. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b643a48b789..833bf120a10 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2001-11-12 Richard M. Stallman + + * simple.el (clone-indirect-buffer): Error if major mode symbol + has a no-clone-indirect property. + (clone-buffer): Check for obvious errors before reading clone name. + + * info.el (Info-mode): Add a no-clone-indirect property. + 2001-11-12 Sam Steingold * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and diff --git a/lisp/info.el b/lisp/info.el index 3f47bc0de4c..58e1b0b9f89 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2230,6 +2230,7 @@ The name of the info file is prepended to the node name in parentheses." ;; 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.