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:
parent
61acfe7f5d
commit
2fa8f8a42f
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user