Ignore variable Info-fontify, deleted in 22.1
* lisp/info.el (Info-mode-hook): Don't obey variable Info-fontify, deleted in Emacs 22.1.
This commit is contained in:
parent
da635838f2
commit
ec62bb7799
1 changed files with 3 additions and 5 deletions
|
@ -289,12 +289,10 @@ with wrapping around the current Info node."
|
||||||
(defvar Info-isearch-initial-history nil)
|
(defvar Info-isearch-initial-history nil)
|
||||||
(defvar Info-isearch-initial-history-list nil)
|
(defvar Info-isearch-initial-history-list nil)
|
||||||
|
|
||||||
(defcustom Info-mode-hook
|
(defcustom Info-mode-hook '(turn-on-font-lock)
|
||||||
;; Try to obey obsolete Info-fontify settings.
|
|
||||||
(unless (and (boundp 'Info-fontify) (null Info-fontify))
|
|
||||||
'(turn-on-font-lock))
|
|
||||||
"Hook run when activating Info Mode."
|
"Hook run when activating Info Mode."
|
||||||
:type 'hook)
|
:type 'hook
|
||||||
|
:version "29.1")
|
||||||
|
|
||||||
(defcustom Info-selection-hook nil
|
(defcustom Info-selection-hook nil
|
||||||
"Hook run when an Info node is selected as the current node."
|
"Hook run when an Info node is selected as the current node."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue