diff options
| author | Eli Zaretskii | 2022-08-28 08:57:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-08-28 08:57:13 +0300 |
| commit | df2f6fb7fc4b79834ae40db8be2ccdc1e4a273f1 (patch) | |
| tree | 99f54d90178e1185d2ef7813ddd51a2dec8eb39f | |
| parent | d704c61e25b5498fb7971187789956b9646b94f5 (diff) | |
| download | emacs-df2f6fb7fc4b79834ae40db8be2ccdc1e4a273f1.tar.gz emacs-df2f6fb7fc4b79834ae40db8be2ccdc1e4a273f1.zip | |
; Autoload 'latin1-display-ucs-per-lynx'
* lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx):
Autoload it, since we autoload 'latin1-display'.
| -rw-r--r-- | lisp/international/latin1-disp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el index af751927932..4de1d6084fb 100644 --- a/lisp/international/latin1-disp.el +++ b/lisp/international/latin1-disp.el | |||
| @@ -756,6 +756,7 @@ use either \\[customize] or the function `latin1-display'." | |||
| 756 | (latin1-display-ucs-per-lynx 1) | 756 | (latin1-display-ucs-per-lynx 1) |
| 757 | (latin1-display-ucs-per-lynx -1)))) | 757 | (latin1-display-ucs-per-lynx -1)))) |
| 758 | 758 | ||
| 759 | ;;;###autoload | ||
| 759 | (defun latin1-display-ucs-per-lynx (arg) | 760 | (defun latin1-display-ucs-per-lynx (arg) |
| 760 | "Set up Latin-1/ASCII display for Unicode characters. | 761 | "Set up Latin-1/ASCII display for Unicode characters. |
| 761 | This uses the transliterations of the Lynx browser. | 762 | This uses the transliterations of the Lynx browser. |