(Info-mode): Add a no-clone-indirect property.
authorRichard M. Stallman <rms@gnu.org>
Tue, 13 Nov 2001 02:12:04 +0000 (02:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 13 Nov 2001 02:12:04 +0000 (02:12 +0000)
lisp/ChangeLog
lisp/info.el

index b643a48..833bf12 100644 (file)
@@ -1,3 +1,11 @@
+2001-11-12  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <sds@gnu.org>
 
        * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
index 3f47bc0..58e1b0b 100644 (file)
@@ -2230,6 +2230,7 @@ The name of the info file is prepended to the node name in parentheses."
 \f
 ;; 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.