Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (elint-standard-variables, elint-unknown-builtin-args): Move definitions up. | Richard M. Stallman | 2004-12-13 | 1 | -79/+79 |
| | |||||
* | * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-12-13 | 1 | -16/+22 |
| | | | | | | | | | | Do not push mark when mark is active in transient-mark-mode. * emacs-lisp/lisp.el (mark-sexp, mark-defun): Extend the region when mark is active in transient-mark-mode, regardless of the last command. Doc fix. * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for preserving direction, to mark forward instead of backward when mark is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m). | ||||
* | (checkdoc-continue, checkdoc-comments, checkdoc-message-text, checkdoc-defun): | Stefan Monnier | 2004-12-11 | 1 | -6/+6 |
| | | | | Fix format messages for calls to `error'. | ||||
* | (regexp-opt-depth): Use subregexp-context-p. | Stefan Monnier | 2004-12-06 | 1 | -30/+16 |
| | | | | | (regexp-opt-not-groupie*-re): Remove. (regexp-opt): Properly handle inputs with duplicate entries. | ||||
* | (elint-standard-variables): Update list of variables. | Richard M. Stallman | 2004-12-03 | 1 | -8/+11 |
| | |||||
* | (edebug-set-global-break-condition): | Juri Linkov | 2004-11-28 | 1 | -15/+17 |
| | | | | | | | | | | Use `read-expression-history'. Set initial contents only if `edebug-global-break-condition' is non-nil. Set histpos to 1 if initial contents is equal to the last history element. (edebug-set-conditional-breakpoint): Instead of temporarily prepending the current condition to the history, set initial contents to the current condition. Set histpos to 1 if initial contents is equal to the last history element. | ||||
* | Comment changes. | Richard M. Stallman | 2004-11-27 | 1 | -6/+1 |
| | |||||
* | (cl-parse-loop-clause, labels): Use gensym | Stefan Monnier | 2004-11-27 | 1 | -2/+8 |
| | | | | | rather than make-symbol for symbols which are used in a symbol-macrolet or equivalent. | ||||
* | (byte-optimize-form-code-walker): | Richard M. Stallman | 2004-11-25 | 1 | -1/+2 |
| | | | | Use with-no-warnings around compiler-macroexpand. | ||||
* | (custom-printers): Use `defvar' instead of `defconst'. | Luc Teirlinck | 2004-11-21 | 1 | -1/+1 |
| | |||||
* | (byte-compile-form): Move the calls to byte-compile-set-symbol-position, | Richard M. Stallman | 2004-11-21 | 1 | -12/+15 |
| | | | | to avoid having two for the same symbol occurrence. | ||||
* | (map-keymap): Definition deleted. | Richard M. Stallman | 2004-11-16 | 1 | -30/+0 |
| | | | | (cl-map-keymap): Definition deleted. | ||||
* | (find-function-regexp): Optimize `define-minor-mode'. Add `defun-cvs-mode'. | Juri Linkov | 2004-11-16 | 1 | -3/+3 |
| | | | | | | Add `deffoo'. Add `f' to [^cgv] to exclude `defface'. Remove invalid `\W' from [^cgv\W]. Doc fix. (find-function-search-for-symbol): Replace "\\>" with "\\_>". | ||||
* | Use make-symbol rather than gensym. | Stefan Monnier | 2004-11-16 | 1 | -225/+219 |
| | | | | (loop, cl-parse-loop-clause, defsetf): Use backquote. | ||||
* | (pair-with-newsyms): Use make-symbol. | Stefan Monnier | 2004-11-16 | 1 | -3/+3 |
| | |||||
* | (byte-optimize-inline-handler): Simplify. | Stefan Monnier | 2004-11-14 | 1 | -13/+12 |
| | | | | (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'. | ||||
* | (byte-compile-inline-expand): Understand the | Stefan Monnier | 2004-11-12 | 1 | -3/+4 |
| | | | | new byte-compile-function-environment binding to t. | ||||
* | Use push. | Stefan Monnier | 2004-11-11 | 1 | -15/+13 |
| | | | | | (byte-compile-file-form-defalias): Rename from byte-compile-defalias. (defalias): Remove the `byte-compile' property and add a `byte-hunk-handler'. | ||||
* | (easy-menu-add-item): Use keymap-prompt. Simplify. | Stefan Monnier | 2004-11-10 | 1 | -8/+3 |
| | |||||
* | (easy-menu-define-key): Understand the case where the keymap is a symbol. | Stefan Monnier | 2004-11-10 | 1 | -0/+1 |
| | |||||
* | (easy-menu-intern): Revert to no-downcasing. | Stefan Monnier | 2004-11-09 | 1 | -21/+2 |
| | | | | (easy-menu-name-match): Revert correspondingly. | ||||
* | (byte-compile-defalias): | Richard M. Stallman | 2004-11-09 | 1 | -13/+19 |
| | | | | | | | | | Turn off warnings for the new function even ifdefinition not constant. If the definition isn't a quoted symbol, record (FUNCTION . t). (byte-compile-function-environment): Now allow (FUNCTION . t) as elt. (byte-compile-callargs-warn): Handle (FUNCTION . t). (display-call-tree, byte-compile-arglist-warn): Handle t returned by byte-compile-fdefinition. | ||||
* | (elp-results): Delete wasteful beginning-of-buffer. | Richard M. Stallman | 2004-11-07 | 1 | -1/+0 |
| | |||||
* | (easy-menu-get-map): Fix last change. | Andreas Schwab | 2004-11-06 | 1 | -1/+1 |
| | |||||
* | (easy-menu-get-map-look-for-name): Remove. | Stefan Monnier | 2004-11-06 | 1 | -29/+44 |
| | | | | | | | | (easy-menu-lookup-name): New fun to replace it. (easy-menu-get-map): Use it to obey menu item names (rather than just keys) when looking up `path'. (easy-menu-always-true-p): Rename from easy-menu-always-true. (easy-menu-convert-item-1): Adjust to new name. | ||||
* | (edebug-next-token-class): Allow all symbol-constituent characters | Juri Linkov | 2004-11-05 | 1 | -2/+4 |
| | | | | after dot, not only digits. | ||||
* | (elp-instrument-function): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
| | |||||
* | (easy-menu-intern): | Richard M. Stallman | 2004-11-02 | 1 | -1/+19 |
| | | | | Don't downcase; rather, case-flip the first letter of each word. | ||||
* | (define-minor-mode): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
| | |||||
* | (byte-compile-warning-types): Add interactive-only. | Richard M. Stallman | 2004-11-02 | 1 | -3/+19 |
| | | | | | | | (byte-compile-warnings): Add interactive-only as option. (byte-compile-interactive-only-functions): New variable. (byte-compile-form): Warn about calls to functions in byte-compile-interactive-only-functions. | ||||
* | (update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER. | Richard M. Stallman | 2004-11-02 | 1 | -4/+7 |
| | |||||
* | (ad-make-advised-definition): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
| | |||||
* | Adjust to new names for x-(lost|sent)-selection-functions. | Stefan Monnier | 2004-10-28 | 1 | -8/+8 |
| | |||||
* | (elp-unload-hook): Set the variable. | Richard M. Stallman | 2004-10-16 | 1 | -0/+1 |
| | |||||
* | (cl-unload-hook): Don't defvar it, just set it. | Richard M. Stallman | 2004-10-16 | 1 | -2/+1 |
| | |||||
* | (byte-compile-eval): Don't process | Richard M. Stallman | 2004-10-16 | 1 | -22/+36 |
| | | | | | | | | | "cl" like other files. Instead, call byte-compile-find-cl-functions. (byte-compile-file-form-require): Detect "cl" from the arg value. (byte-compile-log-1): Bind inhibit-read-only. (byte-compile-warning-prefix, byte-compile-log-file): Likewise. (byte-compile-log-warning): Likewise. | ||||
* | (mark-sexp): Preserve direction when repeating. | Stefan Monnier | 2004-10-12 | 1 | -3/+5 |
| | |||||
* | (byte-optimize-backward-word): Optimize | Andreas Schwab | 2004-10-10 | 1 | -1/+1 |
| | | | | `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'. | ||||
* | (lisp-fill-paragraph): Fix backslashes. | Stefan Monnier | 2004-10-09 | 1 | -4/+6 |
| | |||||
* | (lisp-fill-paragraph): Change | Eli Zaretskii | 2004-10-08 | 1 | -1/+1 |
| | | | | paragraph-start regexp so we don't fill code starting with #'( | ||||
* | (checkdoc-this-string-valid-engine): | Stefan Monnier | 2004-09-12 | 1 | -2/+3 |
| | | | | Don't tell to use \\{...} when it's already done. | ||||
* | (byte-compile-generate-call-tree): Doc fix. | Thien-Thi Nguyen | 2004-09-08 | 1 | -4/+7 |
| | | | | (display-call-tree): Ensure newline after caller/calls blocks. | ||||
* | (define-compilation-mode): Specify `doc-string-elt' property. | Thien-Thi Nguyen | 2004-09-08 | 1 | -1/+2 |
| | |||||
* | (make-autoload): Handle `define-compilation-mode'. | Thien-Thi Nguyen | 2004-09-08 | 1 | -1/+3 |
| | |||||
* | (authors-aliases): Add more aliases. | Kim F. Storm | 2004-09-07 | 1 | -8/+25 |
| | | | | | | (authors-fixed-entries): Fix typo. (authors-canonical-author-name): Compact multiple spaces. Ignore trivial names (e.g. only first name). | ||||
* | (kill-backward-up-list): New function. | Eli Zaretskii | 2004-09-04 | 1 | -0/+14 |
| | |||||
* | (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-09-02 | 1 | -2/+4 |
| | | | | Do not push mark if inhibit-mark-movement is non-nil. | ||||
* | (prin1-char): Don't turn S-a into A. | Richard M. Stallman | 2004-08-30 | 1 | -15/+25 |
| | | | | Don't return a string that would read as the wrong character code. | ||||
* | Whitespace change. | Richard M. Stallman | 2004-08-28 | 1 | -1/+1 |
| | |||||
* | (prin1-char): Put `shift' modifier into the basic character, | Richard M. Stallman | 2004-08-28 | 1 | -2/+8 |
| | | | | if it has an uppercase form. |