summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (emacs-lisp-file-regexp): Fix up EOB.Stefan Monnier2009-02-021-1/+1
|
* (elp-results-symname-map): Add follow-link.Stefan Monnier2009-01-311-0/+1
|
* (end-of-defun): Protect against infloops (Bug#2106).Chong Yidong2009-01-311-11/+21
|
* * emacs-lisp/eldoc.el (eldoc-function-argstring-format):Juanma Barranquero2009-01-241-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 Morris2009-01-211-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 Morris2009-01-201-0/+3
|
* (eldoc-minor-mode-string, eldoc-message-commands)Glenn Morris2009-01-171-4/+6
| | | | (eldoc-print-current-symbol-info): Doc fix (consistent case of "ElDoc").
* Remove leading `*' from defcustoms.Glenn Morris2009-01-161-11/+23
| | | | | | | | | (eldoc-argument-case, eldoc-echo-area-use-multiline-p) (eldoc-highlight-function-argument): Doc fix - mention effect of eldoc-documentation-function. (eldoc-message-commands-table-size, eldoc-message-commands) (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix. (eldoc-documentation-function): Mention effect on user options.
* (copyright-update): Doc fix.Glenn Morris2009-01-161-1/+1
|
* (lisp-mode-variables): Doc fix.Stephen Eglen2009-01-151-1/+2
|
* (authors-aliases, authors-fixed-case):Glenn Morris2009-01-151-24/+66
| | | | | | | | (authors-obsolete-files-regexps, authors-ignored-files): (authors-renamed-files-alist): Add some entries. (authors-fixed-entries): Change some entries. (authors-canonical-file-name): Doc fix. (authors-scan-change-log): Handle joint authorship in ChangeLogs.
* (copyright-update): Add doc-string.Glenn Morris2009-01-111-1/+3
|
* (authors-aliases): Add, remove, and adjust some entries.Glenn Morris2009-01-111-101/+176
| | | | | | | | | | | (authors-fixed-case, authors-ignored-files, authors-valid-file-names): (authors-renamed-files-alist): Add entries. (authors-fixed-entries): Update for renamed and removed files. (authors-canonical-file-name): Add entries to authors-checked-files-alist based on their full names, expanded relative to each log-file directory. (authors-scan-el, authors-add-to-author-list, authors): Handle multiple authors in a file, via a new :cowrote category.
* Remove references to last-command-char andGlenn Morris2009-01-091-13/+2
| | | | | | | last-input-char, since these have been identical to last-command-event and last-input-event since at least Emacs 19. (edebug-outside-last-command-char, edebug-outside-last-input-char): Remove.
* Replace last-command-char with last-command-event.Glenn Morris2009-01-092-2/+2
|
* Update autoload checksums.Juanma Barranquero2009-01-061-3/+3
|
* Add 2009 to copyright years.Glenn Morris2009-01-0563-63/+63
|
* * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):Juanma Barranquero2009-01-041-0/+3
| | | | Add a blank line in the docstring before the keymap listing.
* (authors-aliases): Addition.Reiner Steib2009-01-031-2/+4
| | | | (authors): Allow to use it for other projects.
* (copyright-update-directory): Autoload.Reiner Steib2009-01-031-2/+4
| | | | Clarify MATCH argument. Print filenames.
* (rx): Doc fix.Chong Yidong2008-12-281-1/+4
|
* (authors-aliases): Add some more aliases.Glenn Morris2008-12-191-0/+2
|
* (authors-fixed-case): New constant.Glenn Morris2008-12-191-11/+168
| | | | | | | | | (authors-public-domain-files, authors-ignored-files): (authors-valid-file-names, authors-renamed-files-alist): Update lists. (authors-renamed-files-regexps): Add some new entries. (authors-canonical-file-name): Don't complain about ignored files. (authors-canonical-author-name): Doc fix. Respect authors-fixed-case. (authors): Ensure error buffer is writable.
* (rx-submatch): Pass : to rx-form (bug#1518).Stefan Monnier2008-12-091-1/+7
|
* (macro-declaration-function): Disallow declare specs with lengths of 3Chong Yidong2008-11-301-8/+13
| | | | or more.
* * calendar/diary-lib.el (diary-cyclic): Doc fix.Juanma Barranquero2008-11-301-3/+3
| | | | | | | | | | | | (diary-remind-message, diary-number-of-entries) (diary-include-other-diary-files, diary-mark-included-diary-files) (diary-view-entries, diary-date, diary-block, diary-insert-entry-1) (diary-font-lock-keywords-1): Reflow docstrings. (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date) (diary-anniversary, diary-date-display-form): Fix typos in docstrings. * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring. (timer-duration): Use `string-match-p'.
* * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.Juanma Barranquero2008-11-291-11/+4
| | | | (reb-mode): Define with `define-derived-mode'.
* * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.Juanma Barranquero2008-11-281-5/+7
| | | | | | (re-builder): Reuse window displaying the *RE-Builder* buffer, if any. (reb-initialize-buffer): Update matches, in case we're reentering RE Builder mode.
* (eldoc-docstring-first-line): Don't matchMartin Rudalics2008-11-281-1/+3
| | | | any but the first "*" in a doc-string.
* Fix typo in previous commit.Juanma Barranquero2008-11-261-1/+1
|
* (forward-sexp, backward-sexp, mark-sexp)Alan Mackenzie2008-11-261-14/+29
| | | | | | | (forward-list, backward-list, down-list, backward-up-list) (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list) (insert-pair, insert-parentheses): State that the command assumes that point is not in a string or comment.
* * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.Juanma Barranquero2008-11-241-1/+1
|
* (elp-instrument-list): Check argument type explicitly. Doc fix.Chong Yidong2008-11-241-2/+5
|
* (byte-compile-butlast): Move up in file.Chong Yidong2008-11-211-101/+86
| | | | | | | | | | | | | | | (byte-optimize-plus): Don't call byte-optimize-delay-constants-math (bug#1334). Use byte-optimize-predicate to optimize constants. (byte-optimize-minus): Don't call byte-optimize-delay-constants-math. Remove zero arguments first if possible. Call byte-optimize-predicate to optimize constants. (byte-optimize-multiply): Remove optimizations for arguments of 0 and 2, which may be inaccurate. Optimize (* x -1) to (- x). Call byte-optimize-predicate. (byte-optimize-divide): Leave runtime errors unchanged. Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
* Update.Andreas Schwab2008-11-211-1/+1
|
* * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)Juanma Barranquero2008-11-201-21/+21
| | | | | | | | | | | | (byte-compile-output-docform): Reflow docstrings. (no-byte-compile): Fix typo in docstring. (byte-recompile-directory, compile-defun): Doc fixes. (emacs-lisp-file-regexp, byte-compile-verbose) (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors) (byte-compile-dynamic-docstrings, byte-optimize-log) (byte-compile-error-on-warn, byte-compile-warnings) (byte-compile-generate-call-tree, byte-compile-call-tree-sort): Remove * from defcustom docstrings.
* Comment.Glenn Morris2008-11-201-0/+2
|
* (floor*, ceiling*, truncate*, round*, mod*): Declare.Glenn Morris2008-11-191-0/+8
|
* (emacs-lisp-mode-map): Fix a/an typo.Glenn Morris2008-11-191-3/+3
| | | | Use the imperative for all help strings.
* (find-function-advised-original): New.Glenn Morris2008-11-151-6/+22
| | | | | | | (find-function-C-source, find-function-noselect): Use find-function-advised-original to handle advised funcs. (Bug#789) (find-function-noselect): Add missing "is" in alias message.
* (byte-compile-associative)Chong Yidong2008-11-141-20/+33
| | | | | (byte-compile-minus, byte-compile-quo): If there are more than two operands, don't use binary operation code (bug#1334).
* * w32-fns.el (w32-shell-dos-semantics):Juanma Barranquero2008-11-141-1/+1
| | | | | | | | | | | | | | | | | | | * calendar/diary-lib.el (diary-face-attrs): * international/mule-cmds.el (set-default-coding-systems) (prefer-coding-system): * net/tramp.el (tramp-set-completion-function): * progmodes/vhdl-mode.el (vhdl-file-header): * term/pc-win.el (msdos-show-help): Fix typos in docstrings. * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value. * files.el (enable-local-eval, not-modified, kill-buffer-ask) (kill-matching-buffers, save-buffers-kill-emacs) (save-buffers-kill-terminal): Fix typos in docstrings. (switch-to-buffer-other-window): Reflow docstring. (revert-buffer): Doc fix. (define-project-bindings): Rename arg LIST to SETTINGS. (project-find-settings-file): Use `let', not `let*'. Use `when'.
* (lisp-mode-variables): Add new argumentDan Nicolaescu2008-11-071-6/+8
| | | | | to initialize font-lock keyword case sensitivity. (lisp-mode): Use it.
* (save-selected-window): Remove indent-function forMartin Rudalics2008-11-041-1/+0
| | | | save-selected-window-norecord.
* * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change fromChong Yidong2008-11-031-2/+0
| | | | 2000-12-08 (bug#1297) :-O
* (save-selected-window-norecord): PutMartin Rudalics2008-11-021-0/+1
| | | | indent-function for save-selected-window-norecord.
* Fix typos in docstrings.Juanma Barranquero2008-11-011-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus-edit.el (customize-apropos-options, custom-comment) (custom-comment-tag, custom-face-edit-attribute-tag): Fix typos in docstrings. (custom-buffer-done-kill): Remove * from defcustom docstring. (custom-file): Fix typo in doc of defcustom choice. * frame.el (display-visual-class): Fix typo in docstring. (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist) (special-display-frame-alist, show-trailing-whitespace) (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval) (display-hourglass, hourglass-delay, cursor-in-non-selected-windows): Remove * from defcustom docstrings. * md4.el (md4-buffer): Fix typo in docstring. (md4, md4-64): Doc fixes. (md4-pack-int32): Reflow docstring. * paths.el (rmail-file-name): Remove * from defcustom docstring. (prune-directory-list, gnus-nntp-service): Fix typos in docstrings. * rect.el (open-rectangle): Reflow docstring. (spaces-string): Fix docstring typo. Use "?\s" instead of "? ". * select.el (x-get-cut-buffer): Fix typo in docstring. * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute) (timezone-time-zone-from-absolute, timezone-leap-year-p): Fix typos in docstrings. * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake): Fix typos in docstrings.
* Update.Juanma Barranquero2008-10-231-1/+1
|
* (flet): Throw an error when trying to byte-compile a redefinition of aGlenn Morris2008-10-231-4/+8
| | | | function with special byte-compile handling. (Bug#411)
* (display-warning): Issue a message if called during daemonChong Yidong2008-10-111-12/+23
| | | | initialization.