| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
multibyte-char-to-unibyte.
|
| | |
|
| |
| |
| |
| |
| | |
string-make-unibyte string-make-multibyte string-to-multibyte
string-as-multibyte string-as-unibyte.
|
| | |
|
| |
| |
| |
| | |
autoload cookie.
|
| |
| |
| |
| |
| |
| | |
encode-char.
(side-effect-and-error-free-fns): Add charsetp, max-char,
primary-charset.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
(batch-byte-recompile-directory): Update from trunk.
(byte-compile-fix-header): Adjust for use of utf-8-emacs.
(byte-compile-insert-header): Update magic number. Add ballast.
(map-char-table): Use byte-compile-funarg-2.
|
| |
| |
| |
| | |
character-p.
|
| |
| |
| |
| | |
change of map-char-table.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
(eval-last-sexp-1): Use eval-last-sexp-print-value.
|
| |
| |
| |
| | |
(testcover-reinstrument-clauses): Doc fix.
|
| |
| |
| |
| | |
(warning-type-format): Renamed from warning-group-format.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
(byte-compile-defvar): Bind byte-compile-not-obsolete-var
to prevent warnings about defvar for an obsolete variable.
(byte-compile-log-warning):
warning-group-format renamed to warning-type-format.
|
| | |
|
| |
| |
| |
| | |
hook.
|
| |
| |
| |
| | |
(lisp-mode): Likewise.
|
| | |
|
| |
| |
| |
| | |
(syntax-ppss-after-change-function): New alias. Update uses.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
(ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
(ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
* emacs-lisp/ring.el (ring-elements): Doc fix.
|
| |
| |
| |
| | |
binding unread-command-char.
|
| |
| |
| |
| | |
thingies from constructors created by defstruct.
|
| |
| |
| |
| | |
(byte-code-meter): Move declaration to top level.
|
| |
| |
| |
| |
| | |
variable as format argument for error. Don't call symbol-name on
string.
|
| | |
|
| |
| |
| |
| | |
Don't burp if (cadr (caddr found)) encounters a non-list element.
|
| |
| |
| |
| | |
(defsubst*): Don't put a `cl-whole argument if it's not used.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When `arg' is set, replace the year, not the `copyright' text.
Ignore `copyright-update = nil' if called interactively.
Use "," rather than ", " if that's what was used before.
Recognize mixes of 2 and 4 digit years.
Use replace-match.
(copyright-update): Add interactivep arg. Use it instead of use last-command.
Use replace-match. Don't assume (point-min) == 1.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
the user when appropriate. Do not kill buffers that were created
outside `lm-synopsis'.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(edebug-read-storing-offsets): Simplify.
(edebug-read-quote, edebug-read-function): Place the start-position correctly.
(edebug-read-backquote-new): Remove.
(edebug-read-backquote-level): New var to replace it.
(edebug-read-backquote): Increment it. Don't store offsets one extra time.
(edebug-read-comma): Decrement it. Read the comma as a plain
symbol if outside of any new-style backquote.
(edebug-read-list): Use edebug-read-backquote-level.
Don't call edebug-read-backquote directly. This way the extra
offsets store is done exactly when it's needed.
(edebug-read-vector): Use push.
(defmacro): Add support for the `declare' thingy.
|
| |
| |
| |
| |
| |
| | |
(save-match-data, with-output-to-string, with-current-buffer)
(combine-after-change-calls, with-temp-buffer, dolist, dotimes)
(unless, when): Remove specs that are now in the corresponding macro.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(edebug-macrop): Use functionp.
(edebug-functionp): Remove.
(edebug-get-displayed-buffer-points): Use push.
(edebug-set-buffer-points): Use save-current-buffer and buffer-live-p.
(edebug-list-form): Remove dead code.
(backquote-form): Correctly handle `(a . ,b).
(edebug-mode-map, global-edebug-map): Move init to inside the defvar.
|
| |
| |
| |
| | |
Accept a :keymap argument, as you'd expect.
|
| |
| |
| |
| | |
Undo previous change (don't check for eob). Widen at the beginning.
|