comparison lisp/bindings.el @ 83276:26c9034f3533

Merged from miles@gnu.org--gnu-2005 (patch 192-203) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-192 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-193 Use gdb-ui breakpoint faces on ttys too * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-194 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-195 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-196 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-197 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-198 Tweak gdb-ui breakpoint faces * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-199 Tweak gdb-ui breakpoint faces * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-200 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-201 Tweak info/.arch-inventory to identify info/.cvsignore as source * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-202 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-203 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-316
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 23 Mar 2005 10:40:00 +0000
parents 1830bcd0eec0 65691b78b6f2
children bbf359ec4a59
comparison
equal deleted inserted replaced
83275:87d0734390da 83276:26c9034f3533
501 (cond ((memq system-type '(ms-dos windows-nt)) 501 (cond ((memq system-type '(ms-dos windows-nt))
502 '(".o" "~" ".bin" ".bak" ".obj" ".map" ".ico" ".pif" ".lnk" 502 '(".o" "~" ".bin" ".bak" ".obj" ".map" ".ico" ".pif" ".lnk"
503 ".a" ".ln" ".blg" ".bbl" ".dll" ".drv" ".vxd" ".386")) 503 ".a" ".ln" ".blg" ".bbl" ".dll" ".drv" ".vxd" ".386"))
504 ((eq system-type 'vax-vms) 504 ((eq system-type 'vax-vms)
505 '(".obj" ".exe" ".bin" ".lbin" ".sbin" 505 '(".obj" ".exe" ".bin" ".lbin" ".sbin"
506 ".brn" ".rnt" ".lni" ".lis" 506 ".brn" ".rnt" ".lni"
507 ".olb" ".tlb" ".mlb" ".hlb")) 507 ".olb" ".tlb" ".mlb" ".hlb"))
508 (t 508 (t
509 '(".o" "~" ".bin" ".lbin" ".so" 509 '(".o" "~" ".bin" ".lbin" ".so"
510 ".a" ".ln" ".blg" ".bbl"))) 510 ".a" ".ln" ".blg" ".bbl")))
511 '(".elc" ".lof" 511 '(".elc" ".lof"