emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/international/characters.el
Date: Thu, 13 Feb 2003 10:56:09 -0500

Index: emacs/lisp/international/characters.el
diff -c emacs/lisp/international/characters.el:1.39 
emacs/lisp/international/characters.el:1.40
*** emacs/lisp/international/characters.el:1.39 Tue Feb  4 11:05:52 2003
--- emacs/lisp/international/characters.el      Thu Feb 13 10:56:09 2003
***************
*** 83,89 ****
  (define-category ?| "While filling, we can break a line at this character.")
  
  ;; For indentation calculation.
! (define-category ?                      ; Comment to protect space from 
deletion
    "This character counts as a space for indentation purposes.")
  
  ;; Keep the following for `kinsoku' processing.  See comments in
--- 83,89 ----
  (define-category ?| "While filling, we can break a line at this character.")
  
  ;; For indentation calculation.
! (define-category ?\s
    "This character counts as a space for indentation purposes.")
  
  ;; Keep the following for `kinsoku' processing.  See comments in




reply via email to

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