emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/ietf-drums.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/ietf-drums.el
Date: Tue, 18 Feb 2003 06:03:32 -0500

Index: emacs/lisp/gnus/ietf-drums.el
diff -c emacs/lisp/gnus/ietf-drums.el:1.7 emacs/lisp/gnus/ietf-drums.el:1.8
*** emacs/lisp/gnus/ietf-drums.el:1.7   Tue Feb  4 08:06:38 2003
--- emacs/lisp/gnus/ietf-drums.el       Tue Feb 18 06:03:31 2003
***************
*** 129,135 ****
          (forward-sexp 1))
         ((eq c ?\()
          (forward-sexp 1))
!        ((memq c '(? ?\t ?\n))
          (delete-char 1))
         (t
          (forward-char 1))))
--- 129,135 ----
          (forward-sexp 1))
         ((eq c ?\()
          (forward-sexp 1))
!        ((memq c '(?\  ?\t ?\n))
          (delete-char 1))
         (t
          (forward-char 1))))




reply via email to

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