summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (byte-compile-file-form-defmumble): Undo previous change.Richard M. Stallman1993-07-091-2/+1
| | | | It turns out the second arg was put in by mistake in the first place.
* (byte-compile-setq-default):Richard M. Stallman1993-07-091-10/+10
| | | | | | Generate a progn of calls to set-default, then compile it. (byte-compile-file-form-defmumble): Put back second arg of byte-compile-keep-pending, accidentally deleted before.
* (update-file-autoloads): Correctly do nothing when there are no cookies.Roland McGrath1993-07-071-11/+17
|
* (byte-compile-setq-default): Handle multiple pairs args like setq (asRoland McGrath1993-07-071-3/+9
| | | | the setq-default subr does).
* Doc fix.Roland McGrath1993-07-071-1/+1
|
* (update-file-autoloads): Do nothing when there are no cookies.Roland McGrath1993-07-031-0/+1
|
* (byte-compile-keep-pending): Handle fset like defalias.Richard M. Stallman1993-07-021-3/+4
| | | | (byte-compile-file-form-defmumble): Fix backward if in prev change.
* (byte-compile-file-form-defmumble):Richard M. Stallman1993-07-011-2/+6
| | | | If byte-compile-compatibility, use fset, not defalias.
* (generate-file-autoloads): Undo previous changeRichard M. Stallman1993-06-171-68/+37
| | | | because make-docfile requires defvar doc string to start on first line.
* (make-autoload): Use memq once instead eq twice.Roland McGrath1993-06-161-40/+71
| | | | | (generate-file-autoloads): For non-autoloads, copy the defn textually rather than printing it after reading.
* (generate-autoload-cookie, update-autoloads-here): Doc fixes.Roland McGrath1993-06-161-4/+4
|
* entered into RCSRichard M. Stallman1993-06-161-1/+1
|
* (disassemble-internal): If function is autoload, load it.Richard M. Stallman1993-06-161-0/+4
|
* (parens-require-spaces): Var renamed and sense changed.Richard M. Stallman1993-06-161-4/+4
| | | | (insert-parentheses): Corresponding changes.
* (byte-compile-file-form-defmumble): Typo in prev change.Richard M. Stallman1993-06-161-2/+1
|
* (byte-compile-file-form-defmumble): Use defaliasRichard M. Stallman1993-06-151-1/+1
| | | | for named function, even if no doc string.
* (parens-dont-require-spaces): New variable.Richard M. Stallman1993-06-141-3/+10
| | | | (insert-parentheses): Obey that variable.
* (byte-compile-file): Undo previous change.Richard M. Stallman1993-06-131-13/+6
| | | | (batch-byte-recompile-directory): Doc fix.
* * bytecomp.el: Bring it up to version 2.10 of theJim Blandy1993-06-111-33/+82
| | | | Zawinski-Furuseth compiler. Changes from David Gillespie.
* (lisp-indent-function): Look for eitherRichard M. Stallman1993-06-111-1/+2
| | | | lisp-indent-hook or lisp-indent-function property.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-099-29/+29
|
* (byte-compile-insert-header): Fix backwards testRichard M. Stallman1993-06-031-1/+1
| | | | of byte-compile-compatibility.
* (map-keymap): Doc fix.Richard M. Stallman1993-06-011-1/+6
|
* (copy-tree): Use let* to bind new before i.Richard M. Stallman1993-06-011-2/+2
|
* Provide edebug.Richard M. Stallman1993-05-311-0/+2
|
* (indent-sexp): Even if outer-loop-done is t, still move down one line.Richard M. Stallman1993-05-291-1/+1
|
* (byte-optimize-divide): Don't optimize to less than two arguments.Richard M. Stallman1993-05-261-1/+4
|
* * lucid.el (switch-to-other-buffer): Build the list of acceptableJim Blandy1993-05-241-3/+3
| | | | buffers properly.
* (event-modifiers): Function deleted.Richard M. Stallman1993-05-221-47/+1
| | | | (read-command-event): For switch-frame event, call select-frame.
* (lisp-body-indent): Add doc.Richard M. Stallman1993-05-211-1/+2
|
* (byte-compile-file): Don't write output if error.Richard M. Stallman1993-05-181-36/+37
|
* entered into RCSRichard M. Stallman1993-05-181-0/+321
|
* (byte-compile-file): Don't write output if error.Richard M. Stallman1993-05-181-35/+35
|
* (mark-sexp, mark-defun): Activate the mark.Richard M. Stallman1993-05-161-2/+3
|
* (byte-compile-track-mouse): New function.Richard M. Stallman1993-05-151-0/+10
| | | | This is a kludge; track-mouse must be compiled better.
* (default-menubar): Make initial value nil.Richard M. Stallman1993-05-121-257/+4
| | | | | | | | | (kill-this-buffer, x-new-frame) (sensitize-file-and-edit-menus-hook, format-buffers-menu-line) (buffers-menu-max-size, complex-buffers-menu-p) (buffers-menu-switch-to-buffer-function, buffer-menu-save-buffer) (buffer-menu-write-file, build-buffers-menu-internal) (build-buffers-menu-hook): Functions and variables deleted.
* (byte-recompile-directory): If ARG is non-nil, set it to its prefixRoland McGrath1993-05-101-2/+4
| | | | numeric value. Test for ARG being zero with eq, not zerop.
* * lucid.el: Comment out fset of set-screen-width properly.Jim Blandy1993-05-031-2/+11
| | | | | | | * lucid.el: (provide 'lucid). * lucid.el: (switch-to-other-buffer): Avoid buffers whose names start with a space.
* * edebug.el (edebug-display): Call the `mark' function with theJim Blandy1993-05-031-3/+6
| | | | | | | | | | | | | | FORCE argument non-nil, so that we don't get an error if the mark isn't set yet. * edebug.el (global-edebug-prefix, global-edebug-map): Add autoload cookies for these, so they are present when Emacs starts up. * edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in this map; we can't bind it to `C-x x', as the installation instructions suggest, because that conflicts with copy-to-register.
* * bytecomp.el (meta-flag): Declare this an obsolete variable.Jim Blandy1993-05-031-1/+2
| | | | | * bytecomp.el: The `suspend-hooks' variable is obsolete now, and `suspend-hook' is the right name.
* Rewritten. A poor choice of representation made the old code excessivelyEric S. Raymond1993-04-251-27/+46
| | | | | | complex. The new version is smaller and faster. The interface is unchanged, except that ring-remove now accepts an optional numeric argument specifying the element to remove.
* Added and fixed documentation.Eric S. Raymond1993-04-251-30/+12
| | | | | | | (ring-rotate): Nuked. It was (a) unused, and (b) totally broken (as in, any attempt to use it died with a type error, and when I patched it to fix that I found its algorithm was broken). (ring-ref): Added doc string.
* All fsets changed to defaliases.Eric S. Raymond1993-04-233-57/+57
|
* Initial revisionEric S. Raymond1993-04-231-0/+134
|
* (define-function): Changed name back to defalisaases to get things inEric S. Raymond1993-04-231-6/+7
| | | | a known-good state.
* (byte-compile, byte-compile-keep-pending)Richard M. Stallman1993-04-171-6/+6
| | | | | (byte-compile-file-form-defmumble): Generate define-function rather than fset, to install definitions for defun, defmacro, etc.
* (update-file-autoloads, update-directory-autoloads): If calledRoland McGrath1993-04-141-2/+7
| | | | interactively, save generated-autoload-file when done.
* (lm-commentary-region): Gone.Eric S. Raymond1993-04-141-8/+9
| | | | (lm-commentary): New function.
* (generate-file-autoloads): Doc fix.Roland McGrath1993-04-081-1/+1
|
* Add copyright notice.Richard M. Stallman1993-04-081-0/+22
|