From: Soenke_Ufen AT kruemel DOT org (Soenke Ufen) Newsgroups: comp.os.msdos.djgpp Message-ID: Date: Thu, 17 Feb 2000 00:00:00 CET Subject: emacs 20.5/_emacs.xmpl/missing brace Organization: Kruemel Boks, Altenholz, Germany - +49-431-3292929 Lines: 37 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi folks, my copy of _emacs.xmpl (em2005b.zip, ftp.simtel.net) doesn't work: There's a brace missing in line 245: cd c:/djgpp/gnu/emacs/ diff -c "_emacs.xmpl" "_emacs.xmpl.cor" *** c:/djgpp/gnu/emacs/_emacs.xmpl Sat Jan 29 21:41:50 2000 --- c:/djgpp/gnu/emacs/_emacs.xmpl.cor Thu Feb 17 20:14:36 2000 *************** *** 242,248 **** (partial-completion-mode t) (setq PC-include-file-path (list (concat (getenv "DJDIR") "/include") ! (concat (getenv "DJDIR") "/lang/cxx")) ; ;;; Special setup for INTERRUP.x files from Ralf Brown's Interrupt List. (delq (assoc "[iI][nN][[tT][eE][rR][rR][uU][pP]\\.[a-zA-Z]$" auto-mode- alist) --- 242,248 ---- (partial-completion-mode t) (setq PC-include-file-path (list (concat (getenv "DJDIR") "/include") ! (concat (getenv "DJDIR") "/lang/cxx"))) ; ;;; Special setup for INTERRUP.x files from Ralf Brown's Interrupt List. (delq (assoc "[iI][nN][[tT][eE][rR][rR][uU][pP]\\.[a-zA-Z]$" auto-mode- alist) Diff finished at Thu Feb 17 20:14:52 -- Tschau, Soenke.