Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (authors-fixed-entries): Remove cvtmail. | Glenn Morris | 2009-08-19 | 1 | -1/+0 |
| | |||||
* | (lisp-indent-region): Remove unused function. | Stefan Monnier | 2009-08-16 | 1 | -10/+0 |
| | |||||
* | (byte-compile-interactive-only-functions): Add goto-line. | Stefan Monnier | 2009-08-10 | 1 | -1/+2 |
| | |||||
* | Updated. | Andreas Schwab | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | fix message: new multibyte format requires 23 | Seiji Zenitani | 2009-08-06 | 1 | -2/+2 |
| | |||||
* | (elint-current-buffer, elint-defun): | Glenn Morris | 2009-07-24 | 1 | -31/+49 |
| | | | | | | | Add autoload cookies. If necessary, initialize. (elint-log): Handle non-file buffers. (elint-initialize): Add optional argument to reinitialize. (elint-find-builtin-variables): Save excursion. | ||||
* | (emacs-lisp-mode-map): Add menu entries | Dan Nicolaescu | 2009-07-23 | 1 | -0/+11 |
| | | | | for Lint. | ||||
* | (elint-standard-variables): Remove most members, | Glenn Morris | 2009-07-23 | 1 | -263/+212 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since the next two variables cover them automatically now. (elint-builtin-variables, elint-autoloaded-variables): New. (elint-unknown-builtin-args): Remove all members, since they can be parsed automatically now. (elint-extra-errors): New. (elint-env-add-env, elint-env-add-macro): Use cadr. (elint-current-buffer): Use or. Change final message. (elint-get-top-forms): Use line-end-position. (elint-init-env): Use cadr. Handle autoload, declare-function, and defalias. (elint-add-required-env): Doc fix. Use or. Standardize error. (regexp-assoc): Remove unused function. (elint-top-form): Set elint-current-pos, to record the start of the top-level form, for compilation-mode. (elint-form): Trap errors in macro expansion. Use dolist. (elint-unbound-variable): Use elint-builtin-variables and elint-autoloaded-variables. (elint-get-args): Use cadr, or. (elint-check-cond-form): Use dolist, cadr. (elint-check-condition-case-form): Doc fix. Use cadr. Use elint-extra-errors. (elint-log): New function. (elint-error, elint-warning): Use elint-log for a bytecomp-style format. Distinguish errors and warnings. (elint-log-message): Use with-current-buffer. Inhibit read-only. Use a bytecomp-style format. (elint-clear-log): Preserve default-directory. Inhibit read-only. (elint-get-log-buffer): Use compilation mode. Disable undo. Don't truncate lines. (elint-initialize): Set builtin and autoloaded variable lists. Only process elint-unknown-builtin-args if non-nil. (elint-find-builtin-variables, elint-find-autoloaded-variables): New functions. (elint-find-builtin-args): Doc fix. Handle "BODY...)". | ||||
* | (cl-compiling-file): Update for the name-change `outbuffer' to | Glenn Morris | 2009-07-23 | 1 | -4/+5 |
| | | | | `bytecomp-outbuffer'. | ||||
* | (load-time-value): Update for the name-change `outbuffer' to | Glenn Morris | 2009-07-23 | 1 | -1/+1 |
| | | | | `bytecomp-outbuffer'. | ||||
* | (byte-compile-from-buffer, byte-compile-output-file-form) | Glenn Morris | 2009-07-23 | 1 | -50/+63 |
| | | | | | | | (byte-compile-output-docform, byte-compile-file-form-defmumble) (byte-compile-output-as-comment): Give some more local variables with common names a "bytecomp-" prefix, so as not to shadow things during compilation. | ||||
* | Remove leading * from defcustom docs. | Glenn Morris | 2009-07-22 | 8 | -20/+21 |
| | |||||
* | (shadows-compare-text-p): Remove leading * from defcustom doc. | Glenn Morris | 2009-07-22 | 1 | -30/+40 |
| | | | | (list-load-path-shadows): Optionally, just return shadows as a string. | ||||
* | (cl-debug-env): Only define for compiler. | Glenn Morris | 2009-07-21 | 1 | -7/+5 |
| | | | | | (edebug-eval): Check cl-debug-env is bound. (print-level, print-circle): Don't redefine built-in variables. | ||||
* | Remove leading * from defcustom docs. | Glenn Morris | 2009-07-21 | 1 | -9/+5 |
| | | | | (custom-print-vectors): Remove old comments from doc. | ||||
* | (copyright-update): Save match-data across y-or-n-p, for safety. | Stefan Monnier | 2009-07-16 | 1 | -2/+3 |
| | |||||
* | (edebug-setup-hook, edebug-all-forms) | Glenn Morris | 2009-07-14 | 1 | -25/+37 |
| | | | | | | | | | | | (edebug-eval-macro-args, edebug-save-displayed-buffer-points) (edebug-print-length, edebug-print-level, edebug-print-circle) (edebug-sit-for-seconds, edebug-view-outside) (edebug-bounce-point, edebug-set-global-break-condition) (edebug-Go-nonstop-mode, edebug-trace-mode) (edebug-Trace-fast-mode, edebug-continue-mode) (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help) (edebug-visit-eval-list): Doc fixes. | ||||
* | (defstruct): Fix :conc-name spec. | Johan Bockgård | 2009-06-27 | 1 | -1/+1 |
| | |||||
* | (elp-output-insert-symname): Add a link face to make it obvious item | Dan Nicolaescu | 2009-06-23 | 1 | -0/+1 |
| | | | | can be clicked. | ||||
* | Remove leading "*" from defcustom docs. | Glenn Morris | 2009-06-22 | 1 | -13/+22 |
| | | | | Refill. | ||||
* | (lisp-indent-offset): Fix safe-local-variable property. | Glenn Morris | 2009-06-22 | 1 | -3/+5 |
| | | | | (lisp-indent-function): Make it a defcustom. | ||||
* | (lisp-indent-function): Add doc string. | Glenn Morris | 2009-06-21 | 1 | -1/+6 |
| | |||||
* | (lisp-indent-defun-method, common-lisp-indent-function): Add doc strings. | Glenn Morris | 2009-06-21 | 1 | -3/+74 |
| | |||||
* | (lisp-mode-variables): Fix doc-string. | Martin Rudalics | 2009-06-07 | 1 | -3/+3 |
| | |||||
* | Update. | Juanma Barranquero | 2009-05-12 | 1 | -3/+5 |
| | |||||
* | * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178). | Chong Yidong | 2009-05-10 | 1 | -2/+4 |
| | |||||
* | * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string | Chong Yidong | 2009-05-04 | 1 | -2/+2 |
| | | | | directly (Bug#2878). | ||||
* | * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt | Chong Yidong | 2009-04-16 | 1 | -0/+1 |
| | | | | property (Bug#2984). | ||||
* | * emacs-lisp/benchmark.el (benchmark): Reflow docstring. | Juanma Barranquero | 2009-03-17 | 1 | -2/+2 |
| | |||||
* | (crm--choose-completion-string): New function. | Chong Yidong | 2009-03-16 | 1 | -16/+38 |
| | | | | | (completing-read-multiple): Set and restore choose-completion-string-functions (Bug#1080). | ||||
* | (end-of-defun-function): Make it more clear that | Stefan Monnier | 2009-03-03 | 1 | -1/+2 |
| | | | | the function takes no argument. | ||||
* | (eval-last-sexp): Mention truncation in doc. | Glenn Morris | 2009-02-25 | 1 | -2/+4 |
| | |||||
* | (elint-unknown-builtin-args): Fix encode-time spec. (Bug#2453) | Glenn Morris | 2009-02-24 | 1 | -12/+12 |
| | | | | | (elint-find-builtin-args): Make the match more restrictive. Handle errors. Return a result actually containing the function name. | ||||
* | (beginning-of-defun): Fix harmless paren typo. | Stefan Monnier | 2009-02-19 | 1 | -1/+2 |
| | |||||
* | (end-of-defun): Consider the ".*\n" after the end of | Stefan Monnier | 2009-02-19 | 1 | -0/+8 |
| | | | | the function as being part of the function. | ||||
* | Tweak copyright-regexp | Miles Bader | 2009-02-17 | 1 | -1/+2 |
| | | | | | | Tweaked to match copyright statements where the years follow the name. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1549 | ||||
* | (copyright-update-year): Don't let y-or-n-p move point. (Bug#2209) | Glenn Morris | 2009-02-17 | 1 | -5/+7 |
| | |||||
* | (end-of-defun-function): Docstring fix. | Stefan Monnier | 2009-02-14 | 1 | -2/+3 |
| | |||||
* | (end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw. | Stefan Monnier | 2009-02-12 | 1 | -44/+30 |
| | |||||
* | (end-of-defun): Don't skip to next line after | Stefan Monnier | 2009-02-12 | 1 | -6/+8 |
| | | | | calling end-of-defun-function if it already moved to BOL. | ||||
* | (find-library-name, find-library): Doc fixes. | Chong Yidong | 2009-02-11 | 1 | -2/+4 |
| | |||||
* | Add "^" to interactive spec of sexp movement commands | Miles Bader | 2009-02-04 | 1 | -10/+10 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1534 | ||||
* | Add .gitignore files | Miles Bader | 2009-02-03 | 1 | -1/+3 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533 | ||||
* | (emacs-lisp-file-regexp): Fix up EOB. | Stefan Monnier | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | (elp-results-symname-map): Add follow-link. | Stefan Monnier | 2009-01-31 | 1 | -0/+1 |
| | |||||
* | (end-of-defun): Protect against infloops (Bug#2106). | Chong Yidong | 2009-01-31 | 1 | -11/+21 |
| | |||||
* | * emacs-lisp/eldoc.el (eldoc-function-argstring-format): | Juanma Barranquero | 2009-01-24 | 1 | -4/+4 |
| | | | | | | Revert 2007-09-26 change; use `string-match-p' to check for &keywords. (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument): Use `string-match-p'. | ||||
* | (authors-aliases): Remove some "ignore" entries that are no longer needed. | Glenn Morris | 2009-01-21 | 1 | -10/+15 |
| | | | | | (authors-scan-change-log): Doc fix. (authors-scan-el): Restore let*, foolishly removed 2009-01-11. | ||||
* | (authors-aliases, authors-fixed-case): Add some entries. | Glenn Morris | 2009-01-20 | 1 | -0/+3 |
| | |||||
* | (eldoc-minor-mode-string, eldoc-message-commands) | Glenn Morris | 2009-01-17 | 1 | -4/+6 |
| | | | | (eldoc-print-current-symbol-info): Doc fix (consistent case of "ElDoc"). |