Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add edebug specs for macros `1value' and `noreturn'. | Jonathan Yavner | 2003-11-30 | 1 | -0/+4 | |
| | ||||||
* | Ensure that forms marked with `1value' actually always return the same value. | Jonathan Yavner | 2003-11-30 | 1 | -21/+34 | |
| | ||||||
* | (easy-mmode-define-navigation): Take additional | Thien-Thi Nguyen | 2003-11-14 | 1 | -18/+35 | |
| | | | | | | | optional arg NARROWFUN. For the generated functions: Add local var `was-narrowed-p'. Also, if NARROWFUN is specified, include frags that arrange to check for and save narrowing state before the move and then conditionally call NARROWFUN after the move. | |||||
* | (rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))". | Eli Zaretskii | 2003-11-01 | 1 | -3/+5 | |
| | ||||||
* | Alias for Francesco Potort� | Francesco Potortì | 2003-10-23 | 1 | -1/+1 | |
| | ||||||
* | (edebug-display-freq-count): Doc fix. | Richard M. Stallman | 2003-10-20 | 1 | -2/+2 | |
| | ||||||
* | (easy-mmode-define-navigation): Avoid | Dave Love | 2003-10-20 | 1 | -2/+2 | |
| | | | | incf in macro expansion. | |||||
* | (elint-check-defcustom-form): Don't use `evenp' so we don't implicitly | John Paul Wallington | 2003-10-20 | 1 | -1/+2 | |
| | | | | require cl library at runtime. | |||||
* | (lm-with-file): When FILE is nil, run BODY in current buffer. | Richard M. Stallman | 2003-09-30 | 1 | -4/+6 | |
| | ||||||
* | (lm-with-file): Don't visit the file, | Richard M. Stallman | 2003-09-22 | 1 | -10/+9 | |
| | | | | | | | just use insert-file-contents in temp buffer. (lm-get-header-re): Added surrounding \\( and \\) around the header, as in for lm-history-header 'Change Log\\|History'. | |||||
* | (byte-compile-log-file): Clear out byte-compile-last-warned-form. | Richard M. Stallman | 2003-09-22 | 1 | -2/+3 | |
| | ||||||
* | (edebug-var-status, edebug-restore-status): New functions. | Richard M. Stallman | 2003-09-19 | 1 | -20/+55 | |
| | | | | (edebug-enter, edebug-outside-excursion): Use them. | |||||
* | (byte-compile-warning-prefix): | Richard M. Stallman | 2003-09-19 | 1 | -2/+2 | |
| | | | | Fix the condition for whether to print "In WHERE". | |||||
* | (tq-create): Fix mixed up unquote style. | Stefan Monnier | 2003-09-12 | 1 | -2/+2 | |
| | ||||||
* | (eldoc-print-current-symbol-info-function): | Dave Love | 2003-09-06 | 1 | -12/+28 | |
| | | | | | New. (eldoc-print-current-symbol-info): Use it. | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 61 | -3/+66 | |
| | ||||||
* | (common-lisp-mode): New. | Dave Love | 2003-08-20 | 1 | -0/+3 | |
| | ||||||
* | (beginning-of-defun-function): Doc fix. | Dave Love | 2003-08-20 | 1 | -2/+3 | |
| | ||||||
* | Comment. | Dave Love | 2003-08-20 | 1 | -5/+2 | |
| | ||||||
* | (eval-last-sexp-print-value): New subroutine, broken out of eval-last-sexp-1. | Richard M. Stallman | 2003-08-17 | 1 | -21/+24 | |
| | | | | (eval-last-sexp-1): Use eval-last-sexp-print-value. | |||||
* | (noreturn): Report error if does return. | Richard M. Stallman | 2003-08-06 | 1 | -6/+6 | |
| | | | | (testcover-reinstrument-clauses): Doc fix. | |||||
* | Doc fixes, args renamed. | Richard M. Stallman | 2003-08-06 | 1 | -33/+33 | |
| | | | | (warning-type-format): Renamed from warning-group-format. | |||||
* | (byte-compile-not-obsolete-var): New var. | Richard M. Stallman | 2003-08-06 | 1 | -10/+15 | |
| | | | | | | | | | (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. | |||||
* | Updated contact address. | Jonathan Yavner | 2003-07-25 | 2 | -5/+5 | |
| | ||||||
* | (define-derived-mode): Mention hook in doc string. Defvar the derived | Glenn Morris | 2003-07-23 | 1 | -1/+5 | |
| | | | | hook. | |||||
* | (emacs-lisp-mode): Use run-mode-hooks. | Richard M. Stallman | 2003-07-21 | 1 | -2/+2 | |
| | | | | (lisp-mode): Likewise. | |||||
* | (syntax-ppss): Catch the case where the buffer is narrowed. | Stefan Monnier | 2003-07-16 | 1 | -133/+142 | |
| | ||||||
* | (syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function. | Stefan Monnier | 2003-07-16 | 1 | -9/+6 | |
| | | | | (syntax-ppss-after-change-function): New alias. Update uses. | |||||
* | 2003-07-11 John Paul Wallington <jpw@gnu.org> | John Paul Wallington | 2003-07-11 | 1 | -12/+12 | |
| | | | | | | | | | | * 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. | |||||
* | (debug, debugger-env-macro): Use with-no-warnings while accessing and | Richard M. Stallman | 2003-07-07 | 1 | -6/+18 | |
| | | | | binding unread-command-char. | |||||
* | (cl-transform-lambda): Strip &cl-defs | Stefan Monnier | 2003-07-05 | 1 | -2/+7 | |
| | | | | thingies from constructors created by defstruct. | |||||
* | (byte-compile-defvar): Check and set the default value of the variable. | Stefan Monnier | 2003-07-04 | 1 | -4/+4 | |
| | | | | (byte-code-meter): Move declaration to top level. | |||||
* | (easy-mmode-define-navigation): Avoid | Andreas Schwab | 2003-06-22 | 1 | -3/+3 | |
| | | | | | variable as format argument for error. Don't call symbol-name on string. | |||||
* | (debug): Fix call to message. | Stefan Monnier | 2003-06-16 | 1 | -2/+2 | |
| | ||||||
* | (cl-macroexpand-all): | Stefan Monnier | 2003-06-16 | 1 | -2/+3 | |
| | | | | Don't burp if (cadr (caddr found)) encounters a non-list element. | |||||
* | (cl-parse-loop-clause): Use map-keymap. | Stefan Monnier | 2003-06-16 | 1 | -2/+4 | |
| | | | | (defsubst*): Don't put a `cl-whole argument if it's not used. | |||||
* | (pushnew): Use keywordp. | Stefan Monnier | 2003-06-16 | 1 | -3/+3 | |
| | ||||||
* | (disassemble): Accept plain expressions. | Stefan Monnier | 2003-06-16 | 1 | -2/+2 | |
| | ||||||
* | (copyright-update-year): New function extracted from copyright-update. | Stefan Monnier | 2003-06-14 | 1 | -53/+77 | |
| | | | | | | | | | | 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. | |||||
* | (lm-keywords-finder-p): Use with-no-warnings. | Richard M. Stallman | 2003-06-04 | 1 | -1/+2 | |
| | ||||||
* | (last-sexp-toggle-display): Remove stale comment. | Juanma Barranquero | 2003-06-03 | 1 | -3/+0 | |
| | ||||||
* | (eval-last-sexp-1): Add save-excursion. | Richard M. Stallman | 2003-06-03 | 1 | -45/+46 | |
| | ||||||
* | (lm-synopsis): Use relative filenames correctly. Show the synopsis to | Lute Kamstra | 2003-06-02 | 1 | -19/+14 | |
| | | | | | the user when appropriate. Do not kill buffers that were created outside `lm-synopsis'. | |||||
* | Moved from lisp/. | Juanma Barranquero | 2003-05-30 | 7 | -0/+1983 | |
| | ||||||
* | Moved to obsolete/. | Juanma Barranquero | 2003-05-30 | 1 | -458/+0 | |
| | ||||||
* | Typo (no clue what happened). | Stefan Monnier | 2003-05-30 | 1 | -1/+1 | |
| | ||||||
* | (edebug-storing-offsets): Move indent and debug to inside the macro. | Stefan Monnier | 2003-05-30 | 1 | -47/+38 | |
| | | | | | | | | | | | | | | | (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. | |||||
* | (define-derived-mode, define-minor-mode): Remove outdated spec. | Stefan Monnier | 2003-05-29 | 1 | -19/+0 | |
| | | | | | | (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-window-list): Use push. | Stefan Monnier | 2003-05-29 | 1 | -118/+110 | |
| | | | | | | | | | | (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. | |||||
* | (define-minor-mode): Add edebug spec. | Stefan Monnier | 2003-05-29 | 1 | -5/+15 | |
| | | | | Accept a :keymap argument, as you'd expect. |