summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (buffer-modified-p): Make defsetf handle buffer argument.Richard M. Stallman1998-06-231-1/+3
|
* Change copyright notice.Richard M. Stallman1998-06-231-1/+1
|
* Initial revisionDan Nicolaescu1998-06-221-0/+965
|
* (checkdoc-eval-defun): Doc fix.Karl Heuer1998-06-191-9/+8
| | | | | (checkdoc-continue, checkdoc-tripple-semi-comment-check-flag): Ditto. (checkdoc-common-verbs-wrong-voice): Use dotted pairs.
* (find-function-on-key): Don't discard up event after down event.Richard M. Stallman1998-06-141-8/+0
|
* (elisp-eval-region): Accept new arg read-function; also handleRichard M. Stallman1998-06-131-2/+13
| | | | load-read-function.
* (eval-defun): Pass read function toRichard M. Stallman1998-06-131-7/+6
| | | | eval-region as arg, instead of binding load-read-function.
* *** empty log message ***Dan Nicolaescu1998-06-061-7/+16
|
* Comment fix.Karl Heuer1998-06-051-9/+0
|
* (byte-compile-lambda): Fix previous change.Karl Heuer1998-06-041-2/+2
|
* (find-function-noselect): Don't callKarl Heuer1998-06-031-2/+3
| | | | | format twice with the error message. Quote the function name before splicing into regexp.
* (easy-mmode-define-minor-mode): Add missing format arg.Karl Heuer1998-06-011-1/+1
|
* (make-autoload): Doc fix.Richard M. Stallman1998-05-261-2/+2
|
* (make-autoload): Add support for define-derived-mode. Update theRichard M. Stallman1998-05-261-6/+10
| | | | doc-string accordingly.
* (eval-defun): Pass proper beg to eval-region.Richard M. Stallman1998-05-251-2/+3
|
* (generate-file-autoloads): SetRichard M. Stallman1998-05-251-3/+6
| | | | print-escape-nonascii when printing autoload form.
* (byte-boolean-vars): Add print-escape-nonascii.Richard M. Stallman1998-05-251-10/+15
|
* (lisp-indent-error-function): New variable.Richard M. Stallman1998-05-241-7/+11
| | | | | (common-lisp-indent-function): Bind lisp-indent-error-function. (lisp-indent-report-bad-format): Use lisp-indent-error-function.
* (easy-menu-do-add-item): Small simplifications.Richard M. Stallman1998-05-231-11/+30
| | | | | | (easy-menu-precalculate-equivalent-keybindings): New customization variable. (easy-menu-add): Precalculate key bindings if `easy-menu-precalculate-equivalent-keybindings' is on.
* Many doc fixes.Richard M. Stallman1998-05-231-171/+87
| | | | | | Put two spaces between sentences. (checkdoc-this-string-valid-engine): Fix message. (checkdoc-ispell-lisp-words): Add "emacs".
* Indent `with-standard-io-syntax' correctly.Richard M. Stallman1998-05-221-1/+2
|
* Whitespace change.Richard M. Stallman1998-05-211-2/+2
|
* (byte-compile-insert-header): Do not look for multibyte characters here.Richard M. Stallman1998-05-191-31/+67
| | | | | | | | | Generate the right file header for use if there are none. Insert a line of semicolons for subsequent deletion if needed. (byte-compile-fix-header): New function. This updates the file header if the file uses multibyte characters. (byte-compile-from-buffer): Call byte-compile-insert-header before compiling, and byte-compile-fix-header at the end.
* (debugger-frame-clear): Doc fix.Richard M. Stallman1998-05-171-1/+1
|
* Updated with latest version. Changes include:Eric M. Ludlam1998-05-171-34/+226
| | | | | | | | | | | Added checks for basics in messages using `error'. Added check for symbols that are both functions and symbols. These references are ambiguous and should be prefixed with "function", or "variable". Added auto-fix for this also. Added auto fix for args that do not occur in the doc string. Fixed question about putting a symbol in `quotes'. Added spaces to the end of all y/n questions. Added checks for y/n question endings to require "? "
* (byte-decompile-bytecode-1):Richard M. Stallman1998-05-151-1/+3
| | | | Cope with an out-of-range constvec index.
* (ad-handle-definition, defadvice): Fix error messages.Richard M. Stallman1998-05-141-5/+5
|
* (disassemble-1): Reference bytecode string as unibyte.Richard M. Stallman1998-05-141-1/+1
|
* (byte-compile-insert-header): Fix prev chg.Richard M. Stallman1998-05-131-2/+2
|
* (byte-compile-from-buffer):Richard M. Stallman1998-05-131-37/+63
| | | | | | | Insert the output file header after compiling all the input. (byte-compile-output-file-form): Major cleanup. If output file contains multibyte chars, insist on Emacs 20 when loading.
* (easy-menu-change): Add autoload cookie.Richard M. Stallman1998-05-111-0/+1
|
* (byte-compile-output-docform): Use position-bytes.Richard M. Stallman1998-05-101-1/+3
|
* (find-function-noselect): Autoload it.Richard M. Stallman1998-05-091-0/+1
|
* (generate-file-autoloads): Handle progn forms generated byRichard M. Stallman1998-05-091-2/+11
| | | | make-autoload: print just the first subform with print-escape-newlines.
* (edebug-all-forms): Add autoload cookie.Richard M. Stallman1998-05-071-0/+10
| | | | (edebug-all-defs): Likewise.
* (list-load-path-shadows): Don't sayRichard M. Stallman1998-05-041-5/+5
| | | | anything if we are not interactive and nothing is wrong.
* (popup-menu-popup): Fix typo: set menu-keymap.Richard M. Stallman1998-05-011-1/+1
|
* (easy-menu-define-key): Fixed bug with BEFORERichard M. Stallman1998-04-281-12/+12
| | | | | argument. Now it works also if you repeat an identical call to easy-menu-define-key.
* (copyright-regexp): Put \251 before the multibyte copyright symbol.Richard M. Stallman1998-04-241-2/+2
|
* Indent defpackage correctly.Richard M. Stallman1998-04-241-0/+1
|
* Use new menu item format. Don't simulate button prefix.Richard M. Stallman1998-04-241-204/+150
| | | | | | | | | | | | | | | | (easy-menu-create-menu): Understand also keywords :active, :label and :visible. Don't worry about button prefix. (easy-menu-button-prefix): Modified value. (easy-menu-do-add-item): Extensive changes to use new menu item format. (easy-menu-define-key, easy-menu-always-true): New functions. (easy-menu-make-symbol): Don't use indirection for symbols. Property `menu-alias' not set. (easy-menu-filter, easy-menu-update-button): Deleted. (easy-menu-add-item): Don't worry about button prefix. (easy-menu-remove-item): Don't worry about button prefix. Use `easy-menu-define-key'. (easy-menu-is-button, easy-menu-have-button): Deleted. (easy-menu-real-binding, easy-menu-change-prefix): Deleted.
* (byte-compile-file): Always read the file in multibyte modeRichard M. Stallman1998-04-231-1/+4
| | | | unless the file itself specifies unibyte mode.
* (easy-menu-do-add-item):Richard M. Stallman1998-04-211-6/+9
| | | | | Do the right thing when nil is specified as criterion for activeness. Fix string used to report an invalid item.
* (cl-do-arglist): Undo previous change.Richard M. Stallman1998-04-201-1/+8
|
* *** empty log message ***Dan Nicolaescu1998-04-201-2/+4
|
* *** empty log message ***Dan Nicolaescu1998-04-181-1/+2
|
* Update copyright years.Richard M. Stallman1998-04-181-1/+1
|
* (edebug-compute-previous-result):Richard M. Stallman1998-04-181-1/+1
| | | | Don't pass floating value to single-key-description.
* (byte-after-unbind-ops): Delete byte-equal.Richard M. Stallman1998-04-171-1/+4
|
* (find-function-on-key):Richard M. Stallman1998-04-171-8/+34
| | | | | | | If definition is a list, don't call find-function-other-window. Handle mouse events (code copied from describe-key-briefly). (find-function-do-it): Doc fix. (find-function-noselect): Doc fix.