Bug 6841

Summary: Error while loading /etc/emacs/site-start.d/10keys.el
Product: Sisyphus Reporter: viy <viy>
Component: emacs21-X11Assignee: Alex Ott <ott>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2    
Version: unstable   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
mentioned patch none

Description viy 2005-05-14 16:33:03 MSD
*Messages*
Error while loading /etc/emacs/site-start.d/10keys.el

due to syntax error.
patch:
--- emacs.orig/site-start.d/10keys.el	2004-05-06 17:35:33 +0300
+++ emacs/site-start.d/10keys.el	2005-05-13 12:34:29 +0300
@@ -11,4 +11,4 @@
 (global-set-key [(meta O) ?F] 'end-of-line)
 
 ;; to prevent break C-s when change XKB's group switch
-(define-key special-event-map [key-8] \'ignore-event)
\ No newline at end of file
+(define-key special-event-map [key-8] 'ignore-event)
\ No newline at end of file
Comment 1 viy 2005-05-14 16:34:27 MSD
Created attachment 882 [details]
mentioned patch
Comment 2 viy 2005-09-22 15:54:06 MSD
fixed in emacs-base 0.0.4 alt4
Comment 3 viy 2005-12-16 21:21:37 MSK
closed
Comment 4 viy 2005-12-21 00:32:22 MSK
closed