| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(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.
|
|
|
|
| |
(with-no-warnings): Set up compile handler.
|
|
|
|
|
|
|
| |
(emacs-lisp-mode): Mark its main custom group to be `lisp'.
(prin1-char): New fun.
(eval-last-sexp-1): Use it. Use with-syntax-table as well.
(eval-defun-1): Don't replace `defvar' with `defconst'.
|
|
|
|
| |
`lm-commentary-end' to find the end of the commentary section.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
accurate.
(lm-any-header): New user option.
(lm-section-start): New function; rewrite of `lm-section-mark'.
(lm-section-mark): Make alias of `lm-section-start'.
(lm-section-end): New function.
(lm-code-start): New function; rewrite of `lm-code-mark'.
(lm-code-mark): Make alias of `lm-code-start'.
(lm-commentary-start): New function; rewrite of
`lm-commentary-mark'.
(lm-commentary-mark): Make alias of `lm-commentary-start'.
(lm-commentary-end): New function.
(lm-history-start): New function; rewrite of `lm-history-mark'.
(lm-history-mark): Make alias of `lm-history-start'.
(lm-commentary): Use `lm-commentary-end' to find the end of the
commentary section.
|
|
|
|
| |
outside the save-excursion.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|