Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
964f5b2b
Commit
964f5b2b
authored
Dec 01, 2009
by
Miles Bader
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add arch tagline
parent
8096a0ff
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
25 additions
and
0 deletions
+25
-0
doc/misc/sem-user.texi
doc/misc/sem-user.texi
+4
-0
doc/misc/semantic.texi
doc/misc/semantic.texi
+4
-0
lisp/font-setting.el
lisp/font-setting.el
+2
-0
lisp/hfy-cmap.el
lisp/hfy-cmap.el
+1
-0
lisp/htmlfontify.el
lisp/htmlfontify.el
+1
-0
lisp/org/org-inlinetask.el
lisp/org/org-inlinetask.el
+1
-0
lisp/progmodes/subword.el
lisp/progmodes/subword.el
+1
-0
src/xgselect.c
src/xgselect.c
+2
-0
src/xgselect.h
src/xgselect.h
+3
-0
src/xsettings.c
src/xsettings.c
+3
-0
src/xsettings.h
src/xsettings.h
+3
-0
No files found.
doc/misc/sem-user.texi
View file @
964f5b2b
...
...
@@ -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
doc/misc/semantic.texi
View file @
964f5b2b
...
...
@@ -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
lisp/font-setting.el
View file @
964f5b2b
...
...
@@ -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
lisp/hfy-cmap.el
View file @
964f5b2b
...
...
@@ -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
lisp/htmlfontify.el
View file @
964f5b2b
...
...
@@ -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
lisp/org/org-inlinetask.el
View file @
964f5b2b
...
...
@@ -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
lisp/progmodes/subword.el
View file @
964f5b2b
...
...
@@ -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
src/xgselect.c
View file @
964f5b2b
...
...
@@ -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) */
src/xgselect.h
View file @
964f5b2b
...
...
@@ -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) */
src/xsettings.c
View file @
964f5b2b
...
...
@@ -611,3 +611,6 @@ syms_of_xsettings ()
#endif
#endif
}
/* arch-tag: 541716ed-2e6b-42e1-8212-3197e01ea61d
(do not change this comment) */
src/xsettings.h
View file @
964f5b2b
...
...
@@ -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) */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment