diff options
author | Miles Bader <miles@gnu.org> | 2009-12-01 09:28:22 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2009-12-01 09:28:22 +0000 |
commit | 964f5b2b790db5970b06826a0045c8e44e702d36 (patch) | |
tree | ceed1cb632d97ac5474534b037f0e699b6c7583b /lisp | |
parent | 8096a0ff8c8ef167d993ae1582280a22493adbc5 (diff) | |
download | emacs-964f5b2b790db5970b06826a0045c8e44e702d36.tar.gz |
Add arch tagline
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/font-setting.el | 2 | ||||
-rw-r--r-- | lisp/hfy-cmap.el | 1 | ||||
-rw-r--r-- | lisp/htmlfontify.el | 1 | ||||
-rw-r--r-- | lisp/org/org-inlinetask.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/subword.el | 1 |
5 files changed, 6 insertions, 0 deletions
diff --git a/lisp/font-setting.el b/lisp/font-setting.el index 3bd5a43da08..a0446e55e50 100644 --- a/lisp/font-setting.el +++ b/lisp/font-setting.el @@ -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 diff --git a/lisp/hfy-cmap.el b/lisp/hfy-cmap.el index 0327dec2a1c..608d250032a 100644 --- a/lisp/hfy-cmap.el +++ b/lisp/hfy-cmap.el @@ -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 diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 48bd7d921f9..af82a140c94 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -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 diff --git a/lisp/org/org-inlinetask.el b/lisp/org/org-inlinetask.el index 43c68cad0e2..05d92622619 100644 --- a/lisp/org/org-inlinetask.el +++ b/lisp/org/org-inlinetask.el @@ -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 diff --git a/lisp/progmodes/subword.el b/lisp/progmodes/subword.el index 855a3df2ae3..bfa7effd5f7 100644 --- a/lisp/progmodes/subword.el +++ b/lisp/progmodes/subword.el @@ -277,4 +277,5 @@ Optional argument ARG is the same as for `capitalize-word'." (provide 'subword) +;; arch-tag: b8a01202-8a52-4a71-ae0a-d753fafd67ef ;;; subword.el ends here |