Reuben Thomas
|
bfcb151a96
|
Remove unnecessary manual advice about eval-after-load (Bug#7986).
* loading.texi (Hooks for Loading): Remove unnecessary manual advice
about eval-after-load.
|
2011-02-08 19:28:06 -05:00 |
|
Glenn Morris
|
73b0cd5003
|
Convert consecutive FSF copyright years to ranges.
|
2011-01-24 20:08:28 -08:00 |
|
Glenn Morris
|
06d8ace515
|
Merge from emacs-23.
Note setting of CANNOT_DUMP on ia64 hpux is still to be merged manually.
|
2011-01-24 19:47:47 -08:00 |
|
Chong Yidong
|
e6cf7a8272
|
* loading.texi (Library Search): Document list-load-path-shadows (Bug#7757).
|
2011-01-23 15:34:12 -05:00 |
|
Glenn Morris
|
0d9f702fd0
|
Nuke arch-tags.
|
2011-01-15 15:16:57 -08:00 |
|
Stefan Monnier
|
77ab81d054
|
Merge from emacs-23
|
2011-01-14 12:18:41 -05:00 |
|
Stefan Monnier
|
3fa173b4d9
|
* lisp/subr.el (eval-after-load): Fix timing for features.
(declare-function, undefined, insert-for-yank)
(replace-regexp-in-string): Follow checkdoc's recommendations.
* doc/lispref/loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
Fixes: debbugs:7769
|
2011-01-10 22:23:04 -05:00 |
|
Glenn Morris
|
5df4f04cd3
|
Add 2011 to FSF/AIST copyright years.
|
2011-01-02 15:50:46 -08:00 |
|
Stefan Monnier
|
4a47c27573
|
Merge from emacs-23
|
2010-11-17 22:54:14 -05:00 |
|
Eli Zaretskii
|
c7926fe29b
|
Fix bug #7346: document load-file-name.
src/lread.c (Fload): Mention `load-in-progress' and `load-file-name'.
doc/lispref/loading.texi (How Programs Do Loading): Document `load-file-name'.
|
2010-11-12 18:35:35 +02:00 |
|
Chong Yidong
|
198a7a97ff
|
Make obsolete --unibyte argument do nothing (Bug#6886).
* src/emacs.c (main): Remove --unibyte handling (Bug#6886).
* lisp/startup.el (command-line-1): Issue warning for ignored arguments
--unibyte, etc (Bug#6886).
* doc/lispref/nonascii.texi (Text Representations):
* doc/lispref/loading.texi (Loading Non-ASCII):
* doc/lispref/compile.texi (Byte Compilation): Don't mention obsolete
--unibyte command-line argument.
|
2010-08-22 17:15:20 -04:00 |
|
Glenn Morris
|
d24880de8b
|
Untabify doc/lispref/*.texi.
* abbrevs.texi, commands.texi, compile.texi, debugging.texi:
* display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
* frames.texi, functions.texi, internals.texi, keymaps.texi:
* loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
* searching.texi, sequences.texi, strings.texi, syntax.texi:
* text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
Untabify Texinfo files.
|
2010-06-22 20:36:56 -07:00 |
|
Chong Yidong
|
da0bbbc4e3
|
Fix typos (Bug#6094). From Štěpán Němec.
|
2010-05-03 18:01:23 -04:00 |
|
Chong Yidong
|
c386371362
|
Document `after-load-functions'.
* loading.texi (Hooks for Loading): Document after-load-functions.
Copyedits.
|
2010-03-26 13:43:01 -04:00 |
|
Glenn Morris
|
114f9c9679
|
Add 2010 to copyright years.
|
2010-01-13 00:35:10 -08:00 |
|
Chong Yidong
|
4801c5fa40
|
* src/lread.c (syms_of_lread): Make it clearer that these are the
names of loaded files (Bug#5068).
* doc/lispref/loading.texi (Where Defined): Make it clearer that these
are loaded files (Bug#5068).
|
2010-01-01 13:14:22 -05:00 |
|
Stefan Monnier
|
4e3b4528ea
|
* subr.el (default-mode-line-format, default-header-line-format)
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
(default-direction-reversed, default-truncate-lines)
(default-left-margin, default-tab-width, default-case-fold-search)
(default-left-margin-width, default-right-margin-width)
(default-left-fringe-width, default-right-fringe-width)
(default-fringes-outside-margins, default-scroll-bar-width)
(default-vertical-scroll-bar, default-indicate-empty-lines)
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
(default-fringe-cursor-alist, default-scroll-up-aggressively)
(default-scroll-down-aggressively, default-fill-column)
(default-cursor-type, default-buffer-file-type)
(default-cursor-in-non-selected-windows)
(default-buffer-file-coding-system, default-major-mode)
(default-enable-multibyte-characters): Mark as obsolete.
* cus-start.el (default-major-mode): Customize `major-mode' instead.
(enable-multibyte-characters): Not customizable any more.
|
2009-08-27 04:24:00 +00:00 |
|
Chong Yidong
|
f6de8a3718
|
* customize.texi (Common Keywords): Add xref to Loading.
* loading.texi (How Programs Do Loading): Add xref to Lisp
Libraries node in the Emacs manual.
|
2009-08-15 17:59:40 +00:00 |
|
Glenn Morris
|
9af167bc52
|
(Repeated Loading): Fix typo.
|
2009-07-18 02:22:57 +00:00 |
|
Glenn Morris
|
4c98b9edb6
|
Kevin Ryde <user42 at zip.com.au>
(Named Features): Refer to eval-after-load.
|
2009-07-11 19:39:24 +00:00 |
|
Chong Yidong
|
dc40117535
|
(Repeated Loading): Simplify examples.
|
2009-03-12 01:06:53 +00:00 |
|
Glenn Morris
|
6ed161e1d6
|
Add 2009 to copyright years.
|
2009-01-08 05:28:46 +00:00 |
|
Eli Zaretskii
|
b8afe7e422
|
(Autoload): Document generate-autoload-cookie' and generated-autoload-file'.
|
2008-12-27 14:02:07 +00:00 |
|
Juanma Barranquero
|
6a57054b57
|
* loading.texi (Where Defined): Add `defface' item.
|
2008-09-09 08:02:00 +00:00 |
|
Martin Rudalics
|
d632fb82ff
|
(Where Defined): Fix description of symbol-file.
|
2008-09-06 10:05:45 +00:00 |
|
Miles Bader
|
59ce725a3b
|
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
|
2008-01-08 20:46:54 +00:00 |
|
Richard M. Stallman
|
5c63cc6b11
|
(Named Features): Minor cleanup.
|
2007-11-25 03:50:05 +00:00 |
|
Miles Bader
|
fdc9061358
|
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 131-137)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 261-262)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
|
2007-10-27 09:07:17 +00:00 |
|
Glenn Morris
|
6336d8c3d7
|
(setfilename): Go up one more level to ../../info.
|
2007-09-06 04:27:43 +00:00 |
|
Glenn Morris
|
b8d4c8d0e9
|
Move here from ../../lispref
|
2007-09-06 04:25:08 +00:00 |
|