From 2fa8f8a42fd5fc61b1d77efba0c509b5f634ba5d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 13 Nov 2001 02:12:04 +0000 Subject: [PATCH] (Info-mode): Add a no-clone-indirect property. --- lisp/ChangeLog | 8 ++++++++ lisp/info.el | 1 + 2 files changed, 9 insertions(+) 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. -- 2.39.2