summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Set generated-autoload-file to cl-loaddefs.el.Stefan Monnier2007-06-271-1/+59
| | | | | | | | Add autoload cookies on all defs autoloaded manually in cl.el.
* | Set generated-autoload-file to cl-loaddefs.el.Stefan Monnier2007-06-271-1/+63
| | | | | | | | Add autoload cookies on all defs autoloaded manually in cl.el.
* | Set generated-autoload-file to cl-loaddefs.el.Stefan Monnier2007-06-271-3/+62
| | | | | | | | Add autoload cookies on all defs autoloaded manually in cl.el.
* | (autoload-generated-file): Interpret names relative to current dirStefan Monnier2007-06-261-18/+53
| | | | | | | | | | | | | | | | | | for file-local settings. (autoload-generate-file-autoloads): Add `outfile' arg. (update-directory-autoloads): Use it to directly call autoload-generate-file-autoloads instead of going through update-file-autoloads so we avoid redundant searches and so we can know the set of buffers changed so we can save them all.
* | (autoload-find-destination): Return nilStefan Monnier2007-06-261-165/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | rather than throwing `up-to-date'. (autoload-generate-file-autoloads): Adjust correspondingly. (update-file-autoloads): Be careful to let-bind autoload-modified-buffers and adjust to new calling conventions. (autoload-modified-buffers): Make it a dynamically scoped var. (update-directory-autoloads): Use file-relative-name instead of autoload-trim-file-name. (autoload-insert-section-header): Don't use autoload-trim-file-name since the file is already relative now. (autoload-trim-file-name): Remove.
* | (autoload-generate-file-autoloads): Make `outbuf' optional.Stefan Monnier2007-06-251-17/+16
| | | | | | | | (update-file-autoloads): Use it.
* | (autoload-modified-buffers): New var.Stefan Monnier2007-06-251-11/+21
| | | | | | | | | | | | (autoload-find-destination): Keep it uptodate. (autoload-save-buffers): New fun. (update-file-autoloads): Use it. Re-add the "up to date" message.
* | Refactor for upcoming changes.Stefan Monnier2007-06-251-30/+29
| | | | | | | | | | | | | | | | | | (autoload-generate-file-autoloads): New function extracted from generate-file-autoloads. Use file-relative-name. Delay computation of output-start to the first cookie. Remove done-any, replaced by output-start. (generate-file-autoloads): Use it. (autoload-find-destination): Make use of `begin' var.
* | Refactor for upcoming changes.Stefan Monnier2007-06-251-58/+66
| | | | | | | | | | (autoload-find-destination): New function extracted from update-file-autoloads. (update-file-autoloads): Use it.
* | (autoload-generated-file): New function.Stefan Monnier2007-06-231-26/+33
| | | | | | | | | | | | | | | | | | (update-file-autoloads, update-directory-autoloads): Use it. (autoload-file-load-name): New function. (generate-file-autoloads, update-file-autoloads): Use it. (autoload-find-file): Accept non-absolute argument. Set default-dir. (generate-file-autoloads): If the autoloaded form is malformed, indicate the problem with a warning instead of aborting.
* | (byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):Stefan Monnier2007-06-141-25/+14
| | | | | | | | | | Revert part of last change. Apparently the "warning even if the group is implicit" is a feature rather than a bug.
* | (edebug-pop-to-buffer, edebug-display): Remove redundant checks.Juanma Barranquero2007-06-141-2/+2
| |
* | (byte-compile-current-group): New var.Stefan Monnier2007-06-121-28/+34
| | | | | | | | | | | | | | | | | | | | (byte-compile-file): Bind it. (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the group argument is provided implicitly. (byte-compile-format-warn, byte-compile-from-buffer) (byte-compile-insert-header): Don't hardcode point-min==1. (byte-compile-file-form-require): Remove unused var old-load-list. (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
* | (byte-compile-find-cl-functions): MatchMartin Rudalics2007-06-101-2/+3
| | | | | | | | | | against file-name-nondirectory. Fix text on user customization variables.
* | (byte-compile-warnings): Add new option `make-local'.Glenn Morris2007-06-071-4/+9
| | | | | | | | | | | | (byte-compile-warnings-safe-p): Add `make-local'. (byte-compile-make-variable-buffer-local): Allow byte-compile-warnings to suppress this warning.
* | Eric M. Ludlam <eric at siege-engine.com>Glenn Morris2007-06-071-1/+1
| | | | | | | | (checkdoc-ispell-lisp-words): Remove "iff".
* | Fix tq.el edge caseMiles Bader2007-05-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | (tq-queue-pop): Stifle error when a process has died and we are trying to send a signal to it. The program using tq.el should periodically check to see whether the process has died and react appropriately -- this is not the responsibility of tq.el, and is consistent with the rest of the tq.el source code. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-779 Creator: Michael Olson <mwolson@gnu.org>
* | Nikolaj Schumacher <n_schumacher at web.de> (tiny change)Glenn Morris2007-05-291-2/+7
| | | | | | | | (rx): Doc fix.
* | (define-derived-mode): Remove bogus compatibiity code.Stefan Monnier2007-05-251-5/+1
| |
* | (copyright-names-regexp): New var.Stefan Monnier2007-05-251-8/+25
| | | | | | | | (copyright-update-year): Use it.
* | (define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.Juanma Barranquero2007-05-221-2/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-05-111-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 13) - Update from CVS 2007-05-10 Richard M. Stallman <rms@gnu.org> * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments. (iso-cvt-write-only): Likewise. * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix generated doc string. * lisp/startup.el (fancy-splash-text): Add URL of guided tour. Adjust horizontal and vertical whitespace. * lisp/progmodes/compile.el (compilation-handle-exit): Use run-hook-with-args to run compilation-finish-functions. * lisp/files.el (file-start-mode-alist): New variable. (magic-mode-regexp-match-limit): Doc fix. (set-auto-mode): Handle file-start-mode-alist. A little cleanup of structure. 2007-05-10 Richard M. Stallman <rms@gnu.org> * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example. * lispref/help.texi (Keys in Documentation): Add reference to Documentation Tips. * lispref/files.texi (Format Conversion): TO-FN gets three arguments. * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
| * (define-minor-mode): Fix generated doc string.Richard M. Stallman2007-05-101-1/+1
| |
* | (ad-special-forms): Remove.Stefan Monnier2007-05-081-17/+5
| | | | | | | | (ad-special-form-p): Use subr-arity.
* | Merge from emacs--rel--22Miles Bader2007-05-071-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 9-10) - Update from CVS 2007-05-06 Richard M. Stallman <rms@gnu.org> * lisp/emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix. 2007-05-03 Ryan Yeske <rcyeske@gmail.com> * lisp/net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted disconnections. 2007-05-06 Richard M. Stallman <rms@gnu.org> * lispref/processes.texi (Accepting Output): Revert most of previous change. 2007-05-05 Richard M. Stallman <rms@gnu.org> * lispref/processes.texi (Accepting Output): accept-process-output uses microseconds, not milliseconds. But that arg is obsolete. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-734
| * (turn-on-eldoc-mode): Doc fix.Richard M. Stallman2007-05-061-1/+1
| |
* | (sregexq): Fix doc string quoting.Andreas Schwab2007-04-271-2/+2
|/
* (define-globalized-minor-mode): Improve doc string of generated command.Richard M. Stallman2007-04-221-4/+5
|
* (edebug-pop-to-buffer): Don't select window marked as dedicated.Martin Rudalics2007-04-131-19/+27
|
* (byte-optimize-form-code-walker): Evaluate pure function calls if possible.Chong Yidong2007-04-111-2/+26
| | | | (byte-optimize-all-constp): New function.
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-111-4/+27
| | | | | | | (byte-compile-char-before): Improve numeric argument case. (byte-compile-backward-char, byte-compile-backward-word): New functions, performing rewriting previously done in byte-opt.el. Fix their "Fixme" item (restriction to numeric arguments).
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-111-20/+0
| | | | | (byte-optimize-backward-char, byte-optimize-backward-word): Remove - move to bytecomp.el.
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-101-8/+0
| | | | | (byte-optimize-char-before): Remove (move to bytecomp.el as byte-compile-char-before).
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-101-0/+8
| | | | | (byte-compile-char-before): New function (modified replacement for byte-optimize-char-before in byte-opt.el).
* Remove spurious debugging code.Chong Yidong2007-04-091-1/+0
|
* * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove functionChong Yidong2007-04-061-21/+0
| | | | (originally checked in as byte-optimize-concat on 1997-11-02).
* (byte-optimize-form-code-walker): Print entire form.Chong Yidong2007-04-051-2/+3
|
* (top-level): Provide self.Glenn Morris2007-04-051-0/+2
|
* (lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column inStefan Monnier2007-04-011-1/+2
| | | | emacs-lisp-mode.
* (run-at-time): Doc fix.Glenn Morris2007-03-311-6/+11
|
* (display-warning): If we create the buffer displaying the warning,Glenn Morris2007-03-311-3/+10
| | | | disable undo there.
* (sregexq): Doc fix.Eli Zaretskii2007-03-311-1/+1
|
* (ewoc--insert-new-node): Take additional arg DLL.Thien-Thi Nguyen2007-03-301-4/+5
| | | | | Use it, passed in explicitly, instead of from the dynamic binding. (ewoc-create, ewoc-enter-before): Update to use new call sequence.
* (edebug-display): Don't go to edebug-outside-buffer if it is dead.Richard M. Stallman2007-03-281-1/+2
|
* (lisp-complete-symbol): Make get-buffer-window find windows in other frames.Stefan Monnier2007-03-281-2/+1
|
* (byte-compile-file-form-defmumble): Use prin1 instead of princ.Richard M. Stallman2007-03-261-1/+1
|
* (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): AddEli Zaretskii2007-03-241-6/+6
| | | | prompts to interactive specs.
* (reb-update-overlays): Do not mark zero-width regexps as invalidJuanma Barranquero2007-03-181-2/+4
| | | | but rather at least count them correctly.
* (byte-compile-warning-prefix): Correctly compute line number.Richard M. Stallman2007-03-111-2/+4
|
* (reb-re-syntax): Fix custom type.Richard M. Stallman2007-03-051-3/+2
|