changeset 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 b94710365f92
children 713ca3d356b4
files lisp/ChangeLog lisp/iso8859-1.el
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Dec 30 16:19:21 2007 +0100
+++ b/lisp/ChangeLog	Sun Dec 30 16:48:34 2007 +0100
@@ -1,3 +1,8 @@
+2007-12-30  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* iso8859-1.el: (provide 'iso8859-1) again, because one file uses
+	it in the packages.
+
 2007-12-30  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* subr.el (with-case-table): New.
--- a/lisp/iso8859-1.el	Sun Dec 30 16:19:21 2007 +0100
+++ b/lisp/iso8859-1.el	Sun Dec 30 16:48:34 2007 +0100
@@ -84,4 +84,7 @@
 ;; by default.
 (setq-default ctl-arrow #xA0)
 
+;; Shouldn't be necessary, but one file in the packages uses it:
+(provide 'iso8859-1) 
+
 ;;; iso8859-1.el ends here