Bug 1236

Summary: bug in site-start script
Product: Sisyphus Reporter: Alex Ott <ott>
Component: emacs-mode-xslideAssignee: Alex Ott <ott>
Status: CLOSED FIXED QA Contact:
Severity: minor    
Priority: P4    
Version: unstable   
Hardware: all   
OS: Linux   

Description Alex Ott 2002-08-31 23:24:25 MSD
В коде 
   (setq auto-mode-alist
        (append
        (list
            \'(\&quot;\\.fo\&quot; . xsl-mode)
            \'(\&quot;\\.xsl\&quot; . xsl-mode))
    auto-mode-alist))
из /etc/emacs/site-start.d/xslide.el
есть ошибка -- вместо \\.fo надо писать \\\\.fo
---

---

Comment 1 Alex Ott 2002-09-16 20:30:35 MSD
fixed in new version
Comment 2 Alex Ott 2002-09-16 20:30:35 MSD
fixed in new version
Comment 3 Alex Ott 2002-09-16 20:30:44 MSD
fixed
Comment 4 Alex Ott 2002-09-16 20:30:44 MSD
fixed