mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Char-fold quotation characters in *info* and *Help*
* lisp/info.el (Info-mode): * lisp/help-mode.el (help-mode): Use it. * lisp/isearch.el (isearch-fold-quotes-mode): New minor mode (bug#24510).
This commit is contained in:
parent
3b088bbed2
commit
16dc1d597b
4 changed files with 34 additions and 2 deletions
|
|
@ -4490,7 +4490,8 @@ Advanced commands:
|
|||
(setq-local revert-buffer-function #'Info-revert-buffer-function)
|
||||
(setq-local font-lock-defaults '(Info-mode-font-lock-keywords t t))
|
||||
(Info-set-mode-line)
|
||||
(setq-local bookmark-make-record-function #'Info-bookmark-make-record))
|
||||
(setq-local bookmark-make-record-function #'Info-bookmark-make-record)
|
||||
(isearch-fold-quotes-mode))
|
||||
|
||||
;; When an Info buffer is killed, make sure the associated tags buffer
|
||||
;; is killed too.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue