Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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. | |||||
* | (lisp-indent-defmethod): Correct | Eli Zaretskii | 2004-08-21 | 1 | -1/+1 | |
| | | | | | indentation of DEFMETHODS with non-standard method combinations (e.g., PROGN, MIN, MAX). | |||||
* | (elp-results-symname-map): New keymap. | Masatake YAMATO | 2004-08-19 | 1 | -1/+27 | |
| | | | | | | (elp-results-jump-to-definition-by-mouse) (elp-results-jump-to-definition, elp-output-insert-symname): New Functions. (elp-output-result): Use elp-output-insert-symname. | |||||
* | (copyright-update-year): Delete code that replaces 20xy with xy. | Luc Teirlinck | 2004-08-18 | 1 | -21/+1 | |
| | ||||||
* | (reb-mode-map): Define within defvar. | John Paul Wallington | 2004-08-17 | 1 | -16/+14 | |
| | | | | (reb-force-update): Doc fix. | |||||
* | (eval-last-sexp): Don't cons a new symbol each time. | Richard M. Stallman | 2004-08-16 | 1 | -1/+3 | |
| | | | | (eval-last-sexp-fake-value): New variable. | |||||
* | (copyright-years-regexp): New variable. | Richard M. Stallman | 2004-08-16 | 1 | -0/+24 | |
| | | | | (copyright-update-year): Detect continuation of list of years. | |||||
* | (forward-word): Allow 0 args. | John Paul Wallington | 2004-08-14 | 1 | -1/+1 | |
| | ||||||
* | (reb-re-syntax): Add `rx' syntax. | John Paul Wallington | 2004-08-07 | 1 | -5/+10 | |
| | | | | | | (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'. (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax. (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'. | |||||
* | Added some additional functions to the `1-valued', `compose', and progn groups. | Jonathan Yavner | 2004-07-17 | 1 | -73/+150 | |
| | | | | | Bugfix for marking up the definition for an empty function. New category "potentially-1valued" for functions that are not erroneous if either 1-valued or multi-valued. | |||||
* | (reb-update-overlays): Distinguish between one and several matches in message. | John Paul Wallington | 2004-07-09 | 1 | -1/+2 | |
| | ||||||
* | (pp-buffer): Add autoload. | Juri Linkov | 2004-06-28 | 1 | -0/+1 | |
| | ||||||
* | (ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect): | Juanma Barranquero | 2004-06-16 | 1 | -25/+26 | |
| | | | | | | Doc fixes. (ewoc--create-node, ewoc--delete-node-internal): Fix typos in docstring. | |||||
* | Put `...' around symbols in warning messages. | Richard M. Stallman | 2004-06-13 | 1 | -21/+21 | |
| | ||||||
* | (edebug-eval-defun): Add `defface'. Fix docstring. | Juri Linkov | 2004-06-10 | 1 | -2/+8 | |
| | ||||||
* | (eval-defun-1): Add `defface'. Fix docstring. | Juri Linkov | 2004-06-10 | 1 | -3/+11 | |
| | ||||||
* | (prin1-char): Catch errors from `string'. | Richard M. Stallman | 2004-05-29 | 1 | -4/+6 | |
| | | | | | (eval-last-sexp-print-value): Print char equivalent regardless of standard-output value. | |||||
* | (insert-pair-alist): New var. | Juri Linkov | 2004-05-28 | 1 | -26/+67 | |
| | | | | | | | (insert-pair): Make arguments optional. Find character pair from `insert-pair-alist' according to the last input event. (insert-parentheses): Make arguments optional. (raise-sexp, delete-pair): New funs. | |||||
* | * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun. | Juri Linkov | 2004-05-28 | 1 | -3/+18 | |
| | | | | | | | (emacs-lisp-mode-map, lisp-interaction-mode-map): Bind C-M-q to `indent-pp-sexp'. (eval-last-sexp-print-value): Print additionally the value returned by `eval-expression-print-format'. | |||||
* | (pp-buffer): New fun created from the code in | Juri Linkov | 2004-05-28 | 1 | -25/+31 | |
| | | | | | | `pp-to-string' modified to be able to format text with newlines. (pp-to-string): Move the buffer-formatting part of the code to `pp-buffer'. Call `pp-buffer'. | |||||
* | * emacs-lisp/edebug.el (edebug-compute-previous-result) | Juri Linkov | 2004-05-28 | 1 | -3/+3 | |
| | | | | | (edebug-eval-expression): Print additionally the value returned by `eval-expression-print-format'. | |||||
* | (lisp-find-tag-default): Strip the package prefix from the symbol name, if any. | Sam Steingold | 2004-05-25 | 1 | -0/+8 | |
| | | | | Make it the `find-tag-default-function' for `lisp-mode'. | |||||
* | (mark-defun, narrow-to-defun): If moving back then fwd gets a defun | Richard M. Stallman | 2004-05-22 | 1 | -15/+46 | |
| | | | | that ends before point, try again moving fwd then back. | |||||
* | (byte-compile-log): Use backquotes. | Stefan Monnier | 2004-05-19 | 1 | -20/+14 | |
| | | | | | | | (byte-compile-log-1): Don't call (byte-goto-log-buffer). Use with-current-buffer. (byte-goto-log-buffer): Delete. (byte-compile-log-file): Call compilation-forget-errors. | |||||
* | (common-lisp-indent-function-1): Indent "without-" forms just | Sam Steingold | 2004-05-17 | 1 | -2/+6 | |
| | | | | like "with-" and "do-". Use regexp-opt. | |||||
* | (timer-event-handler): Fix last change. | Kim F. Storm | 2004-05-16 | 1 | -1/+1 | |
| | ||||||
* | (timer-activate): Add optional arg triggered-p. | Kim F. Storm | 2004-05-14 | 1 | -5/+8 | |
| | | | | | | Use it to set triggered-p element of timer. (timer-event-handler): Set triggered-p element non-nil while running the timer function. | |||||
* | (prin1-char): Use eventp. | Stefan Monnier | 2004-05-11 | 1 | -1/+1 | |
| | ||||||
* | (do, do*): Put usage info in a format usable by `describe-function'. | Juanma Barranquero | 2004-05-08 | 1 | -13/+15 | |
| | | | | | (gensym, gentemp, typep, ignore-errors): Make argument names match their use in docstring. | |||||
* | (checkdoc-minor-mode): Doc fix. | Andreas Schwab | 2004-05-08 | 1 | -1/+1 | |
| | ||||||
* | (make-obsolete, make-obsolete-variable): Make argument names match their use in | Juanma Barranquero | 2004-05-07 | 1 | -9/+9 | |
| | | | | docstring. | |||||
* | (reb-auto-update): Fix typo in docstring. | Juanma Barranquero | 2004-05-07 | 1 | -1/+1 | |
| |