1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(Info-mode): Add a no-clone-indirect property.

This commit is contained in:
Richard M. Stallman 2001-11-13 02:12:04 +00:00
parent 61acfe7f5d
commit 2fa8f8a42f
2 changed files with 9 additions and 0 deletions

View 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

View File

@ -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.