summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* (eval-defun): Rename argument to avoid collision.Richard M. Stallman1993-04-011-4/+4
| | | | (eval-last-sexp): Likewise.
* *** empty log message ***Eric S. Raymond1993-03-301-1/+1
|
* (try-face-font, find-face, get-face): New aliases.Richard M. Stallman1993-03-271-0/+4
|
* (lm-last-modified-date) Fixed return bug.Eric S. Raymond1993-03-251-40/+50
| | | | (lm-uthor, lm-maintainer) These now return cons pairs, not strings.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-228-37/+68
|
* * simple.el (comment-indent-function): New variable, intended toJim Blandy1993-03-211-0/+1
| | | | | | | | | replace comment-indent-hook. (comment-indent-hook): Make this default to nil now. (indent-for-comment): If comment-indent-hook is non-nil, call it for backward compatibility; otherwise, call comment-indent-function. * bytecomp.el: Declare comment-indent-hook an obsolete variable.
* *** empty log message ***Jim Blandy1993-03-201-2/+2
|
* Add or correct keywordsEric S. Raymond1993-03-186-6/+6
|
* Initial revisionEric S. Raymond1993-03-171-0/+228
|
* Add standard library headers.Eric S. Raymond1993-03-172-2/+4
|
* Add standard library headers.Eric S. Raymond1993-03-173-3/+10
|
* Initial revisionEric S. Raymond1993-03-171-0/+635
|
* Add standard library headers.Eric S. Raymond1993-03-171-1/+1
|
* Added standard library headers.Eric S. Raymond1993-03-172-2/+2
|
* Doc fix.Jim Blandy1993-03-161-1/+1
|
* * bytecomp.el (byte-compile-from-buffer): Put buffer containingJim Blandy1993-03-161-1/+9
| | | | compiled code in binary overwrite mode.
* *** empty log message ***Jim Blandy1993-03-151-11/+98
|
* *** empty log message ***Jim Blandy1993-03-141-0/+17
|
* * bytecomp.el: Declare suspend-hook to be an obsolete variable.Jim Blandy1993-03-111-0/+1
|
* *** empty log message ***Jim Blandy1993-03-091-0/+41
|
* Initial revisionJim Blandy1993-03-091-0/+5
|
* entered into RCSRichard M. Stallman1993-03-081-2/+2
|
* *** empty log message ***Richard M. Stallman1993-03-071-36/+27
|
* *** empty log message ***Richard M. Stallman1993-03-071-116/+2
|
* Initial revisionRichard M. Stallman1993-03-071-0/+414
|
* * autoload.el (generate-file-autoloads): Add anotherJim Blandy1993-03-021-66/+68
| | | | | save-excursion so that point is before the generated autoloads after we scan the file.
* Removed assigment to foo in byte-compile-lambda.Jim Blandy1993-02-231-1/+0
|
* (generate-file-autoloads): If no buffer was visiting FILE when we started,Roland McGrath1993-02-171-59/+66
| | | | kill the buffer we create.
* (byte-compile-lambda): Test of byte-compile-compatibility was backwards.Richard M. Stallman1993-02-171-2/+3
|
* * lisp-mode.el (lisp-fill-paragraph): New function.Jim Blandy1993-02-141-0/+70
| | | | (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph.
* JimB's changes since January 18thJim Blandy1993-01-262-5/+6
|
* * disass.el (disassemble): Add autoload cookie for this.Jim Blandy1993-01-261-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bytecomp.el (byte-decompile-bytecode): Add an autoload for this. compiled-function-p has been renamed to byte-code-function-p. * subr.el: Define compiled-function-p as an alias for it. * bytecomp.el: Register compiled-function-p as obsolete. * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change uses. unread-command-event has been replaced by unread-command-events. * simple.el (prefix-arg-internal): Use this to push back all key sequences for processing by the main command loop, instead of trying to simulate its behavior ourselves. * bytecomp.el: Document unread-command-event as an obsolete variable, although nothing but the GNU Emacs 19 sources use it. Adjust obsolescence message for unread-command-char. * comint.el (comint-dynamic-list-completions): Change uses of unread-command-event to work with unread-command-events. * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): Same. * edebug.el (edebug-outside-excursion): Same. * ehelp.el (electric-help-command-loop): Same. * electric.el (Electric-command-loop): Same. * emerge.el (emerge-show-file-name): Same. * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily): Same. * gnus.el (gnus-Subject-next-article): Same. * info.el (Info-summary): Same. * isearch-mode.el (isearch-update, isearch-unread): Same. * map-ynp.el (map-y-or-n-p): Same. * mlsupport.el (push-back-character): Same. * replace.el (perform-replace): Same. * simula.el (simula-electric-label): Same. * subr.el (read-quoted-char, momentary-string-display): Same. * sun-mouse.el (mouse-second-hit): Same. * terminal.el (te-escape-extended-command-unread): Same. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Same.
* compiled-function-p has been renamed to byte-code-function-p.Jim Blandy1993-01-261-4/+4
| | | | | | | * subr.el: Define compiled-function-p as an alias for it. * bytecomp.el: Register compiled-function-p as obsolete. * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change uses.
* (update-copyright): Doc fix.Roland McGrath1993-01-091-2/+2
|
* * disass.el (byte-compile): Specify that the 'byte-compile featureJim Blandy1992-11-161-1/+1
| | | | is provided in the file "bytecomp".
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-0/+4
| | | | * bytecomp.el: (require 'backquote).
* * autoload.el (make-autoload): When creating an autoloadJim Blandy1992-11-071-1/+2
| | | | | | | invocation for a macro, pass (list 'quote 'macro) as the sixth argument, not just t. autoload's sixth argument is now a type instead of just a boolean value, so we should use a value which reflects that.