]> git.eshelyaron.com Git - emacs.git/commitdiff
Add arch tagline
authorMiles Bader <miles@gnu.org>
Tue, 1 Dec 2009 09:28:22 +0000 (09:28 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 1 Dec 2009 09:28:22 +0000 (09:28 +0000)
doc/misc/sem-user.texi
doc/misc/semantic.texi
lisp/font-setting.el
lisp/hfy-cmap.el
lisp/htmlfontify.el
lisp/org/org-inlinetask.el
lisp/progmodes/subword.el
src/xgselect.c
src/xgselect.h
src/xsettings.c
src/xsettings.h

index 93c5b1814099352e60347f9daf990b990ac0bfbf..e5ba2fb072beb0a87d7c22d0dc1a5f31a8858fa2 100644 (file)
@@ -1103,3 +1103,7 @@ to account for it.
 @item
 Or perhaps the parser needs to be fixed.
 @end enumerate
+
+@ignore
+   arch-tag: 760dca58-7119-484e-8237-866cbaf36f79
+@end ignore
index b880f1a20fc2cff0016b3b76e83e924f7e24fc1b..17ec5d12fcc0f3ca469e9ba45f680cae16da3694 100644 (file)
@@ -636,3 +636,7 @@ Emacs Lisp.  It is an LALR parser suitable for complex languages.
 @c LocalWords: subsubsection sw sym texi texinfo titlefont titlepage
 @c LocalWords: tok TOKEN's toplevel typemodifiers uml unset untar
 @c LocalWords: uref usedb var vskip xref yak
+
+@ignore
+   arch-tag: cbc6e78c-4ff1-410e-9fc7-936487e39bbf
+@end ignore
index 3bd5a43da084601c035b1e7362e94aee2c814e4a..a0446e55e507de1008bf8016107bde57f95cae2c 100644 (file)
@@ -97,3 +97,5 @@ If `font-use-system-font' is nil, the font is not changed."
     'font-setting-handle-config-changed-event))
 
 (provide 'font-setting)
+
+;; arch-tag: 3a57e78f-1cd6-48b6-ab75-98f160dcc017
index 0327dec2a1cb8bf2daafd8f455fa57c92f8e2255..608d250032ac6895b58e7d7711a6cbe7d52369c6 100644 (file)
@@ -842,3 +842,4 @@ Loads the variable `hfy-rgb-txt-colour-map', which is used by
 (provide 'hfy-cmap)
 ;;; hfy-cmap.el ends here
 
+;; arch-tag: dff7feea-add4-48ba-937c-e79ac40cec9b
index 48bd7d921f99c83b24483158d8d4de67e8c88a80..af82a140c9475d270438747acac4df18159a9b73 100644 (file)
@@ -2357,3 +2357,4 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'."
 (provide 'htmlfontify)
 ;;; htmlfontify.el ends here
 
+;; arch-tag: 944e5e63-c81d-4baa-a82a-0275f9c30e61
index 43c68cad0e2021e2e1a41efdce9d74af8c6cd379..05d92622619705dc413ccb45d4f168cb4d1b8157 100644 (file)
@@ -232,4 +232,5 @@ Either remove headline and meta data, or do special formatting."
 
 (provide 'org-inlinetask)
 
+;; arch-tag: 59fdac51-8bcc-469e-a21e-6897dd6697bb
 ;;; org-inlinetask.el ends here
index 855a3df2ae3c1df6971a3216b794f831324ca3a9..bfa7effd5f7b093e1872674ef46a044be74df91a 100644 (file)
@@ -277,4 +277,5 @@ Optional argument ARG is the same as for `capitalize-word'."
 \f
 (provide 'subword)
 
+;; arch-tag: b8a01202-8a52-4a71-ae0a-d753fafd67ef
 ;;; subword.el ends here
index 3c5a99f8ed2fbd4f6ac70d3729322bb43dc2cbd4..eea7704ea4523871ac7bf12af2064b14116415cd 100644 (file)
@@ -155,3 +155,5 @@ xgselect_initialize ()
 #endif /* defined (USE_GTK) || defined (HAVE_GCONF) */
 }
 
+/* arch-tag: c5873ee3-d1f6-44f9-9f3b-b14f70fd0e6a
+   (do not change this comment) */
index 537f3471fb31fa5ab05d65d3960afd1b4524db74..ae99348f30256db68294da005cbad4c3178d330b 100644 (file)
@@ -33,3 +33,6 @@ extern int xg_select P_ ((int max_fds,
 extern void xgselect_initialize P_ ((void));
 
 #endif /* XGSELECT_H */
+
+/* arch-tag: 0c5392a8-3a41-41eb-839c-58e6595926f0
+   (do not change this comment) */
index 0aba928839f50d6e5a8f6ad4dd528c658f0f3821..9c4749f4036a9fd1037efa1527210558bc7f546e 100644 (file)
@@ -611,3 +611,6 @@ syms_of_xsettings ()
 #endif
 #endif
 }
+
+/* arch-tag: 541716ed-2e6b-42e1-8212-3197e01ea61d
+   (do not change this comment) */
index d1b3992bffe4ca93b6aea14198b4bb09842d097c..e45b6dfe3e3b290b09ab56f253e7ff8437db0339 100644 (file)
@@ -28,3 +28,6 @@ extern const char *xsettings_get_system_font P_ ((void));
 
 
 #endif /* XSETTINGS_H */
+
+/* arch-tag: 2c0f5c49-e925-4452-b778-4c082da6dd72
+   (do not change this comment) */