emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/bindings.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el
Date: Sat, 12 Jun 2004 06:16:27 -0400

Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.131 emacs/lisp/bindings.el:1.132
*** emacs/lisp/bindings.el:1.131        Sun Jun  6 02:42:55 2004
--- emacs/lisp/bindings.el      Sat Jun 12 10:15:11 2004
***************
*** 524,530 ****
         ;; files you do want to see, not just TeX stuff.  -- fx
         ".toc" ".aux"
         ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
!        ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
  
  ;; Suffixes used for executables.
  (setq exec-suffixes
--- 524,532 ----
         ;; files you do want to see, not just TeX stuff.  -- fx
         ".toc" ".aux"
         ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
!        ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"
!        ;; Python byte-compiled
!        ".pyc" ".pyo")))
  
  ;; Suffixes used for executables.
  (setq exec-suffixes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]