| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(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.
|
| |
| |
| |
| |
| | |
against file-name-nondirectory.
Fix text on user customization variables.
|
| |
| |
| |
| |
| |
| | |
(byte-compile-warnings-safe-p): Add `make-local'.
(byte-compile-make-variable-buffer-local): Allow
byte-compile-warnings to suppress this warning.
|
| |
| |
| |
| | |
(checkdoc-ispell-lisp-words): Remove "iff".
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(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>
|
| |
| |
| |
| | |
(rx): Doc fix.
|
| | |
|
| |
| |
| |
| | |
(copyright-update-year): Use it.
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| | |
(ad-special-form-p): Use subr-arity.
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
(byte-optimize-all-constp): New function.
|
|
|
|
|
|
|
| |
(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).
|
|
|
|
|
| |
(byte-optimize-backward-char, byte-optimize-backward-word): Remove -
move to bytecomp.el.
|
|
|
|
|
| |
(byte-optimize-char-before): Remove (move to bytecomp.el as
byte-compile-char-before).
|
|
|
|
|
| |
(byte-compile-char-before): New function (modified replacement for
byte-optimize-char-before in byte-opt.el).
|
| |
|
|
|
|
| |
(originally checked in as byte-optimize-concat on 1997-11-02).
|
| |
|
| |
|
|
|
|
| |
emacs-lisp-mode.
|
| |
|
|
|
|
| |
disable undo there.
|
| |
|
|
|
|
|
| |
Use it, passed in explicitly, instead of from the dynamic binding.
(ewoc-create, ewoc-enter-before): Update to use new call sequence.
|
| |
|
| |
|
| |
|
|
|
|
| |
prompts to interactive specs.
|
|
|
|
| |
but rather at least count them correctly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(edebug-mode): Add the hook.
(edebug-recursive-edit): Remove the hook on exiting.
|
| |
|
|
|
|
|
|
| |
(bindat--unpack-item, bindat--length-group, bindat--pack-item)
(bindat--unpack-group, bindat--pack-group):
Handle vectors with optional element type.
|
| |
|
| |
|
| |
|
| |
|
| |
|