Mercurial > hg > xemacs-beta
comparison lisp/iso8859-1.el @ 4371:9fdac4a4ae62
Provide 'iso8859-1 again; one file (iso-syntax.el) uses it in the packages.
2007-12-30 Aidan Kehoe <kehoea@parhasard.net>
* iso8859-1.el: (provide 'iso8859-1) again, because one file uses
it in the packages.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 30 Dec 2007 16:48:34 +0100 |
parents | ef9eb714f0e4 |
children | 0cee1ff42db4 |
comparison
equal
deleted
inserted
replaced
4370:b94710365f92 | 4371:9fdac4a4ae62 |
---|---|
82 | 82 |
83 ;; Everything Latin-1 and above should be displayed as its character value | 83 ;; Everything Latin-1 and above should be displayed as its character value |
84 ;; by default. | 84 ;; by default. |
85 (setq-default ctl-arrow #xA0) | 85 (setq-default ctl-arrow #xA0) |
86 | 86 |
87 ;; Shouldn't be necessary, but one file in the packages uses it: | |
88 (provide 'iso8859-1) | |
89 | |
87 ;;; iso8859-1.el ends here | 90 ;;; iso8859-1.el ends here |