diff options
| author | Dave Love <fx@gnu.org> | 2000-11-12 00:20:05 +0000 |
|---|---|---|
| committer | Dave Love <fx@gnu.org> | 2000-11-12 00:20:05 +0000 |
| commit | b2bc32fc63c356936eda24c8bad35c8e10460690 (patch) | |
| tree | 1fb6948e475defb090a2a9b310f504994914bb40 /lisp | |
| parent | a5e350c9dddc6d0eca262611ab894bb943a75785 (diff) | |
| download | emacs-b2bc32fc63c356936eda24c8bad35c8e10460690.tar.gz | |
formatting only
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/latin1-disp.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el index 368bd62a248..639457d8fdf 100644 --- a/lisp/international/latin1-disp.el +++ b/lisp/international/latin1-disp.el @@ -171,7 +171,7 @@ character set: `latin-2', `hebrew' etc." (if font-pattern (progn ;; Now FONT-PATTERN is a string or a cons of family - ;; field pattern and registry filed pattern. + ;; field pattern and registry field pattern. (or (stringp font-pattern) (setq font-pattern (concat (or (car font-pattern) "*") "-*-" @@ -272,7 +272,8 @@ is. If FORCE is non-nil, set up the display regardless." '((?ƒ¡ "/H") (?ƒ¢ "~`" "'(") (?ƒ¦ "^H" "H^") - (?ƒ¶ "^h" "h^") (?ƒ© ".I" "I^.") + (?ƒ¶ "^h" "h^") + (?ƒ© ".I" "I^.") (?ƒª ",S") (?ƒ« "~G" "G(") (?ƒ¬ "^J" "J^") |
