]> code.delx.au - gnu-emacs/blobdiff - src/indent.h
(set_case_table): If standard is nonzero, setup
[gnu-emacs] / src / indent.h
index 676f64a8ae801401b02d8f3947fd712200ac91d9..8c2d1f36adb58044779bb8497afaf7a1572d68fd 100644 (file)
@@ -26,13 +26,13 @@ Boston, MA 02111-1307, USA.  */
    Example (where W_ stands for a wide-column character):
             ----------
             abcdefgh\\
-            W_      
+            W_
             ----------
 
-   To handle this case, we should not calculate the tab offset by 
+   To handle this case, we should not calculate the tab offset by
        tab_offset += width;
 
-   Instead, we must remember tab_offset of the line. 
+   Instead, we must remember tab_offset of the line.
 
  */
 
@@ -71,3 +71,5 @@ void recompute_width_table P_ ((struct buffer *buf,
                                struct Lisp_Char_Table *disptab));
 
 
+/* arch-tag: f9feb373-5bff-4f4f-9198-94805d00cfd7
+   (do not change this comment) */