Mercurial > emacs
comparison lisp/bindings.el @ 90128:13796b0653c7
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 192-205)
- Update from CVS
- Use gdb-ui breakpoint faces on ttys too
- Tweak gdb-ui breakpoint faces
- Tweak info/.arch-inventory to identify info/.cvsignore as source
- Clean up gdb-ui breakpoint faces
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 24 Mar 2005 18:41:26 +0000 |
parents | 30ad2795fdab 65691b78b6f2 |
children | e1fbb019c538 |
comparison
equal
deleted
inserted
replaced
90127:30ad2795fdab | 90128:13796b0653c7 |
---|---|
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" |