1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

Provide same name as file.

This commit is contained in:
Richard M. Stallman 1993-05-27 21:01:29 +00:00
parent 27c26a085c
commit 10d5cec652
3 changed files with 3 additions and 3 deletions

View File

@ -131,6 +131,6 @@
(standard-display-ascii 254 "{th}") ; small thorn, Icelandic
(standard-display-ascii 255 "{\"y}") ; small y with diaeresis or umlaut mark
(provide 'iso8859-1-ascii)
(provide 'iso-ascii)
;;; iso-ascii.el ends here

View File

@ -625,6 +625,6 @@
(define-key global-map "\C-x8" 8859-1-map))
)
(provide 'iso8859-1-insert)
(provide 'iso-insert)
;;; iso-insert.el ends here

View File

@ -145,6 +145,6 @@
(standard-display-ascii 254 "{th}") ; small thorn, Icelandic
(standard-display-ascii 255 "{\"y}") ; small y with diaeresis or umlaut mark
(provide 'iso8859-1-swedish)
(provide 'iso-swed)
;;; iso-swed.el ends here