summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (find-function-search-for-symbol): Use find-file-hook instead of ...-hooks.Stefan Monnier2002-08-151-1/+1
|
* (find-function-search-for-symbol): Obey `definition-name' properties.Richard M. Stallman2002-08-131-0/+4
|
* (easy-mmode-define-global-mode): Put `definition-name' properties onRichard M. Stallman2002-08-131-1/+3
| | | | the functions whose names are constructed.
* (checkdoc, checkdoc-interactive)Richard M. Stallman2002-08-091-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. Stallman2002-08-021-5/+17
|
* (byte-compile-find-cl-functions):Richard M. Stallman2002-07-311-2/+3
| | | | Check that (car elt) is a string.
* Comment change.Richard M. Stallman2002-07-291-0/+3
|
* (edebug-debugger): If inside redisplay, just return.Richard M. Stallman2002-07-291-36/+39
|
* (debug): If redisplaying, just return.Richard M. Stallman2002-07-291-119/+122
|
* (byte-compile-set-symbol-position): Don't recompute `entry' on each iteration.Richard M. Stallman2002-07-251-13/+11
| | | | (byte-compile-delete-first): Make it defsubst.
* (byte-compile-cl-functions): New variable.Richard M. Stallman2002-07-241-10/+28
| | | | | | | (byte-compile-cl-warn): Use that variable. (byte-compile-find-cl-functions): New function. (displaying-byte-compile-warnings): Call byte-compile-find-cl-functions.
* Use warnings.el:Richard M. Stallman2002-07-201-70/+59
| | | | | | | | | | | | | | | (byte-compile-warning-prefix): New function. (byte-compile-log-file): Return page start position. (byte-compile-log-warning): New function. (byte-compile-warn): Use byte-compile-log-warning. (byte-compile-report-error): Likewise. Also use error-message-string. (displaying-byte-compile-warnings): Bind warning-series. Don't bind or use byte-compile-warnings-point-max. Don't display the log buffer at the end. (byte-compile-warnings-point-max): Variable deleted. (byte-compile-log-1): Rewrite for trace info, not used for warnings. (byte-compile-last-warned-form, byte-compile-last-logged-file): Defvars moved.
* (byte-compile-cl-warn): Delete `values'Richard M. Stallman2002-07-191-4/+4
| | | | | | and `values-list' from list of CL functions. (compile-defun): Bind `read-with-symbol-positions' to current buffer.
* (unread-command-char, executing-macro, post-command-idle-hook,Juanma Barranquero2002-07-191-9/+1
| | | | post-command-idle-delay): Move obsolescence declarations to subr.el.
* (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,Juanma Barranquero2002-07-191-10/+1
| | | | | compiled-function-p, define-function): Move obsolescence declarations to subr.el.
* Fix doc typos.Richard M. Stallman2002-07-141-6/+6
|
* (cl-set-substring): Fix thinko.Stefan Monnier2002-07-131-3/+3
| | | | (cl-hack-byte-compiler): Avoid infinite require loop.
* (multiple-value-call): Add alias.Richard M. Stallman2002-07-121-0/+2
|
* (authors-obsolete-file-p): Fix typo.Juanma Barranquero2002-07-101-4/+4
|
* (debug-on-entry): Fix the wrapper used forStefan Monnier2002-07-071-17/+29
| | | | | | | aliases to also work for interactive functions. Use the same wrapper for subroutines. (cancel-debug-on-entry): Get rid of the now-useless wrapper. (debug-on-entry-1): Correctly skip docstrings and interactive forms.
* (easy-menu-popup-menu): Function deleted.Richard M. Stallman2002-07-071-14/+0
|
* (ad-compile-function): Disable cl-function warnings if cl is loaded.Richard M. Stallman2002-07-071-1/+8
|
* Fix typo.Juanma Barranquero2002-07-031-1/+1
|
* (easy-menu-popup-menu): New function.Richard M. Stallman2002-07-021-0/+14
|
* (byte-compile-warning-types):Richard M. Stallman2002-07-021-9/+57
| | | | | | | | | | | | | | Rename cl-func to cl-functions. Enable it by default. (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings if the file loads cl. (byte-compile-initial-macro-environment): For eval-and-compile, use byte-compile-eval-before-compile to eval. (byte-compile-eval-before-compile): New function to turn off cl-functions when appropriate, for eval-and-compile. (byte-compile-warnings): Add cl-func option. (byte-compile-cl-warn): New function. (byte-compile-form): Use it, to warn about calling cl functions.
* New file.Kim F. Storm2002-07-011-0/+622
|
* (baud-rate): Fix obsolescence declaration.Juanma Barranquero2002-06-271-3/+3
| | | | (meta-flag): Likewise.
* (values): Simplify definition.Richard M. Stallman2002-06-261-1/+1
|
* (byte-compile-callargs-warn):Stefan Monnier2002-06-251-22/+24
| | | | | | Check for `noruntime' even if the function has a known sig. (byte-compile-file, byte-compile-output-docform): Don't hard code point-min = 1.
* (cancel-debug-on-entry): Don't cons uselessly.Stefan Monnier2002-06-181-5/+1
|
* (regexp-opt-group): Don't cons uselessly.Stefan Monnier2002-06-181-3/+3
|
* (checkdoc-this-string-valid-engine): Fix typo.Juanma Barranquero2002-06-181-1/+1
|
* (byte-recompile-directory): Doc fix.Richard M. Stallman2002-06-151-7/+8
| | | | (batch-byte-recompile-directory): Undo previous change.
* (copy-list): Moved back from subr.el.Richard M. Stallman2002-06-101-0/+9
|
* (cl-copy-tree): Moved to `copy-tree' in subr.el. Add a defalias withColin Walters2002-06-081-18/+1
| | | | the old name.
* (copy-list): Moved to subr.el.Colin Walters2002-06-081-9/+0
|
* (common-lisp-indent-function-1):Richard M. Stallman2002-05-291-26/+53
| | | | | | | When recognizing a def... construct, make that indentation tentative, so that it can be overridden if the list in question is not actually an expression. (common-lisp-indent-call-method): New subroutine.
* (batch-byte-compile-file): Delete the output file if we get a file-error.Richard M. Stallman2002-05-291-1/+12
|
* (byte-compile-last-line): Deleted.Colin Walters2002-05-281-66/+160
| | | | | | | | | | | | | | | | | | | | | (byte-compile-delete-first): New function. (byte-compile-read-position): New variable. (byte-compile-last-position): New variable. (byte-compile-current-buffer): New variable. (byte-compile-log-1): Use it. (byte-compile-set-symbol-position): New function. (byte-compile-obsolete, byte-compile-callargs-warn) (byte-compile-arglist-warn, byte-compile-arglist-warn) (byte-compile-print-syms, byte-compile-file-form-defmumble) (byte-compile-check-lambda-list, byte-compile-lambda) (byte-compile-form, byte-compile-variable-ref) (byte-compile-subr-wrong-args, byte-compile-negation-optimizer) (byte-compile-condition-case, byte-compile-defun) (byte-compile-defvar, byte-compile-autoload) (byte-compile-lambda-form): Use it. (byte-compile-from-buffer): Set it, and bind `read-with-symbol-positions' and `read-symbol-positions-list'. (byte-compile-debug): New variable.
* (find-function-search-for-symbol): Find funs defined with defun-cvs-mode.Stefan Monnier2002-05-161-5/+8
| | | | | (find-function-space-re): New const. Skips comments as well. (find-function-regexp, find-variable-regexp): Use it.
* (easy-menu-make-symbol): Don't treat (lambda () ...) as an expression.Stefan Monnier2002-05-151-2/+2
|
* (easy-menu-add): Doc fix.Eli Zaretskii2002-05-151-1/+1
|
* (easy-menu-name-match): Match bothJason Rumney2002-05-141-1/+5
| | | | displayed text and internal name as string.
* (checkdoc-minor-mode): Define it with define-minor-mode.Markus Rost2002-05-121-1/+1
|
* (find-function-search-for-symbol): Handle more whitespace/newlineMarkus Rost2002-05-121-1/+1
| | | | combinations in symbol definitions.
* (find-function-search-for-symbol): Add autoload cookie.Markus Rost2002-05-081-1/+2
| | | | | (find-function-regexp): Include "\(quote " to match the defaliases in loaddefs.el.
* (find-function-search-for-symbol): Use with-syntax-table.Markus Rost2002-05-061-17/+13
|
* (find-function-search-for-symbol): Bind case-fold-search when searching.Markus Rost2002-05-041-1/+2
|
* Follow coding conventions.Pavel Janík2002-05-021-1/+4
|
* (documentation): Add ad-define-subr-args call.Richard M. Stallman2002-04-301-0/+4
|