Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (lisp-fill-paragraph): Use fill-comment-paragraph. | Stefan Monnier | 2002-11-03 | 1 | -93/+17 | |
| | ||||||
* | (lisp-fill-paragraph): Use match-string and line-beginning-position. | Stefan Monnier | 2002-11-02 | 1 | -9/+5 | |
| | | | | Don't bother making paragraph-start a superset of paragraph-separate. | |||||
* | Fixed typo in docstring. | Kim F. Storm | 2002-10-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed first-line problem for function documentation strings. | Jonathan Yavner | 2002-10-27 | 1 | -14/+16 | |
| | ||||||
* | (unsafep-variable): Pass second arg to risky-local-variable-p. | Richard M. Stallman | 2002-10-26 | 1 | -1/+1 | |
| | ||||||
* | (beginning-of-defun): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -1/+1 | |
| | ||||||
* | (elint-error, elint-warning): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -2/+2 | |
| | ||||||
* | Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -6/+6 | |
| | ||||||
* | (byte-optimize-form-code-walker): Treat `ignore' specially--prevent | Richard M. Stallman | 2002-10-14 | 1 | -1/+20 | |
| | | | | | warnings about functions called for effect, in its args. Don't warn when `pop' is used for effect. | |||||
* | (autoload-print-form): Cleanup. | Richard M. Stallman | 2002-10-14 | 1 | -4/+3 | |
| | ||||||
* | (define-minor-mode): Doc fix. | Richard M. Stallman | 2002-10-07 | 1 | -5/+14 | |
| | ||||||
* | Add "no-byte-compile: t" in first line. | Juanma Barranquero | 2002-10-01 | 1 | -2/+2 | |
| | ||||||
* | New major mode "SES" for spreadsheets. | Jonathan Yavner | 2002-09-28 | 4 | -0/+1558 | |
| | | | | | New function (unsafep X) determines whether X is a safe Lisp form. New support module testcover.el for coverage testing. | |||||
* | Use the new usage-in-docstring syntax. | Stefan Monnier | 2002-09-27 | 1 | -244/+291 | |
| | | | | | (cl-push, cl-pop): Remove. Use pop and push throughout the file instead. (cl-transform-lambda): Add usage info to docstring if the arglist is complex. | |||||
* | (make-autoload): Add usage info to docstring. | Stefan Monnier | 2002-09-27 | 1 | -6/+12 | |
| | | | | (autoload-print-form): Also quote open-[-in-column 0. | |||||
* | (cl-push, cl-pop): Remove. Use pop and push throughout the file instead. | Stefan Monnier | 2002-09-27 | 1 | -133/+30 | |
| | | | | | | (cl-hash-lookup): Remove. (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash) (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify. | |||||
* | (cl-push, cl-pop): Remove. | Stefan Monnier | 2002-09-27 | 1 | -21/+13 | |
| | | | | Use pop and push throughout the file instead. | |||||
* | Don't precompute menu shortcuts during | Stefan Monnier | 2002-09-27 | 1 | -3/+0 | |
| | | | | loading since the current keymaps might be all weird. | |||||
* | (define-minor-mode): Don't add properties | Stefan Monnier | 2002-09-27 | 1 | -10/+3 | |
| | | | | | to the name since they're added by mode-line-format already. (define-minor-mode): Run (,mode -1) when needed. | |||||
* | (find-library-name): Correctly find "f.el.gz" from "f.elc" or "f.elc.gz". | Stefan Monnier | 2002-09-25 | 1 | -2/+2 | |
| | ||||||
* | Add/remove spaces. | Stefan Monnier | 2002-09-25 | 1 | -9/+9 | |
| | ||||||
* | (easy-menu-remove): Add docstring. | Stefan Monnier | 2002-09-19 | 1 | -1/+6 | |
| | ||||||
* | (ewoc--node-branch): Add docstring. | Stefan Monnier | 2002-09-19 | 1 | -1/+4 | |
| | ||||||
* | (byte-compile-output-docform): Don't make the definition dynamic if it | Richard M. Stallman | 2002-09-18 | 1 | -2/+13 | |
| | | | | shares structure with the arg list. | |||||
* | (define-minor-mode): Add a :require arg. | Stefan Monnier | 2002-09-13 | 1 | -12/+15 | |
| | | | | Don't call the function during init if mode is on by default. | |||||
* | (find-library-name): Typo. | Stefan Monnier | 2002-09-12 | 1 | -1/+1 | |
| | ||||||
* | (find-library-name): Don't forget the empty suffix. Fix stale variable name. | Stefan Monnier | 2002-09-12 | 1 | -2/+2 | |
| | ||||||
* | (syntax-after): Delete. Moved to subr.el. | Stefan Monnier | 2002-09-09 | 1 | -8/+0 | |
| | ||||||
* | (find-library-suffixes, find-library-name) | Stefan Monnier | 2002-09-09 | 1 | -17/+29 | |
| | | | | | (find-library): New funs. (find-function-search-for-symbol): Use it. | |||||
* | (byte-compile-file): Don't switch buffer. | Stefan Monnier | 2002-09-09 | 1 | -3/+5 | |
| | ||||||
* | (byte-recompile-directory): Set and then bind default-directory. | Richard M. Stallman | 2002-09-09 | 1 | -57/+61 | |
| | ||||||
* | (byte-compile-delete-errors): Default to nil. | Richard M. Stallman | 2002-09-09 | 1 | -2/+2 | |
| | ||||||
* | Comment change. | Richard M. Stallman | 2002-09-09 | 1 | -0/+4 | |
| | ||||||
* | * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix. | John Paul Wallington | 2002-09-07 | 2 | -3/+4 | |
| | | | | | * emacs-lisp/find-func.el (find-function-recenter-line): Add custom type. Doc fix. | |||||
* | (rx): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 | |
| | ||||||
* | (string-to-float): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -21/+21 | |
| | ||||||
* | (find-function-search-for-symbol): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 | |
| | ||||||
* | (easy-menu-define): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 | |
| | ||||||
* | (easy-menu-filter-return): | Stefan Monnier | 2002-08-30 | 1 | -13/+12 | |
| | | | | | | | Handle the case where the filter returns a single menu entry. (easy-menu-add): Improve docstring. (easy-menu-current-active-maps): Remove. (easy-menu-get-map): Use current-active-maps. | |||||
* | (byte-compile-warning-prefix): | Richard M. Stallman | 2002-08-29 | 1 | -45/+72 | |
| | | | | | | | | | | | | | Decide here whether to print which form we're compiling. If we do that, still print file and line. Make file name relative to default-directory. Print fewer newlines. (byte-compile-log-file): Print something even if no file. Print messages for entering and leaving directories, and set default-directory. (displaying-byte-compile-warnings): Only sometimes bind warning-series. (byte-compile-warning-series): New function. (byte-compile-file): Set byte-compile-last-logged-file, don't bind it. (byte-compile-display-log-head-p): Function deleted. | |||||
* | (byte-compile-log-file): Use \f. | Richard M. Stallman | 2002-08-29 | 1 | -6/+13 | |
| | | | | | (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file to don't-warn list. | |||||
* | (define-minor-mode): Use customize-mark-as-set for global minor modes. | Stefan Monnier | 2002-08-26 | 1 | -3/+5 | |
| | ||||||
* | (authors-aliases, authors-fixed-entries): | Kim F. Storm | 2002-08-22 | 1 | -2/+2 | |
| | | | | Corrected spelling mistakes (for Joseph Arceneaux). | |||||
* | (easy-mmode-define-global-mode): Use find-file-hook instead of find-file-hooks. | Stefan Monnier | 2002-08-15 | 1 | -10/+15 | |
| | | | | | | (define-minor-mode): Get rid of this silly `togglep'. Add an explicit `toggle' argument (used for interactive calls). Emit a warning when a nil argument turns the mode off. | |||||
* | (find-function-search-for-symbol): Use find-file-hook instead of ...-hooks. | Stefan Monnier | 2002-08-15 | 1 | -1/+1 | |
| | ||||||
* | (find-function-search-for-symbol): Obey `definition-name' properties. | Richard M. Stallman | 2002-08-13 | 1 | -0/+4 | |
| | ||||||
* | (easy-mmode-define-global-mode): Put `definition-name' properties on | Richard M. Stallman | 2002-08-13 | 1 | -1/+3 | |
| | | | | the functions whose names are constructed. | |||||
* | (checkdoc, checkdoc-interactive) | Richard M. Stallman | 2002-08-09 | 1 | -17/+22 | |
| | | | | | | | | | (checkdoc-message-interactive, checkdoc-interactive-loop) (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments) (checkdoc-defun): Update checkdoc-spellcheck-documentation-flag correctly. (checkdoc-ispell-docstring-engine): Don't test for checkdoc-autofix-flag = nil. | |||||
* | (edebug-eval-top-level-form): Use eval-expression. | Richard M. Stallman | 2002-08-02 | 1 | -5/+17 | |
| | ||||||
* | (byte-compile-find-cl-functions): | Richard M. Stallman | 2002-07-31 | 1 | -2/+3 | |
| | | | | Check that (car elt) is a string. |