aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (menu-bar-edit-menu): Don't define ispell item unless start-process is fboundp.Richard M. Stallman1995-04-081-1/+2
|
* (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc.Roland McGrath1995-04-081-1/+3
|
* (news-reply-mode): Make mail-header-separator into regexpRichard M. Stallman1995-04-081-2/+2
|
* (mail-mode): Make mail-header-separator into regexp.Richard M. Stallman1995-04-081-2/+2
|
* (ispell-message): Make mail-header-separator into regexp.Richard M. Stallman1995-04-081-1/+1
|
* (tcl-outline-level): New functionTom Tromey1995-04-081-3/+17
| | | | | (tcl-mode): Added outline-handling stuff. From Jesper Pedersen <blackie@imada.ou.dk>
* (walk-windows): Doc fix.Richard M. Stallman1995-04-081-3/+4
|
* (tar-clear-modification-flags): Fix several bugs.Richard M. Stallman1995-04-081-3/+3
|
* (resize-minibuffer-window): Make sure minibuffer window is selected.Noah Friedman1995-04-081-47/+48
| | | | (resize-minibuffer-window-restore): Likewise.
* (jka-compr-install): Doc fix.Richard M. Stallman1995-04-081-2/+13
| | | | | (jka-compr-uninstall): Delete entries that jka-compr-install added to inhibit-first-line-modes-suffixes.
* Comment change.Richard M. Stallman1995-04-081-2/+2
|
* (normal-top-level): Copy default-directoryRichard M. Stallman1995-04-081-0/+6
| | | | from *scratch* to *Messages*.
* (menu-bar-file-menu): Add back as alias for menu-bar-files-menu.Richard M. Stallman1995-04-081-0/+3
|
* (mode-line-buffer-identification): Eliminate %F.Richard M. Stallman1995-04-081-0/+3
|
* Comment changes.Karl Heuer1995-04-081-0/+17
|
* Add copyright.Karl Heuer1995-04-084-0/+8
|
* (fill-region): Avoid error on reaching end of buffer.Richard M. Stallman1995-04-071-1/+1
|
* (set-right-margin): Fix prompt.Richard M. Stallman1995-04-071-1/+1
|
* (rlogin-directory-tracking-mode): Set shell-dirtrackp, not shell-dirtrack-p.Noah Friedman1995-04-071-5/+5
|
* (electric-buffer-menu-mode-map): Undefine ESC ESCRichard M. Stallman1995-04-071-0/+1
| | | | before binding ESC ESC ESC.
* (rlogin): Use format, not concat, to generate numeric buffer names.Noah Friedman1995-04-071-17/+9
| | | | Do not create a new buffer if process in existing buffer has exited.
* (edt-keep-current-page-delimiter): Doc fix.Richard M. Stallman1995-04-071-2/+2
|
* Many doc fixes.Richard M. Stallman1995-04-071-88/+66
| | | | | | (ff-upcase-p): Renamed from upcase-p. Callers changed. (ff-emacs-19): Renamed from ff-gnu-emacs-19. (ff-string-match): Simplify.
* (docref-last-active-buffer): Add defvar.Richard M. Stallman1995-04-071-0/+2
|
* Initial revisionRichard M. Stallman1995-04-071-0/+278
|
* avoid.el Add autoload cookies; doc fixes.Boris Goldowsky1995-04-071-22/+19
| | | | | | (mouse-avoidance-set-pointer-shape): New function. (mouse-avoidance-nudge-mouse): Use it. (mouse-avoidance-fancy-hook): streamline args to set-mouse-pos.
* (msb--toggle-menu-type): menu-bar-update-buffers wants 0 args.Richard M. Stallman1995-04-071-1/+1
|
* Comment change.Richard M. Stallman1995-04-071-0/+1
|
* Comment changes.Richard M. Stallman1995-04-071-9/+11
|
* (byte-compile-output-docform): Output doc string positionRichard M. Stallman1995-04-071-1/+7
| | | | as negative number, if doc string starts with *.
* Use $ at end when searching for mail-header-separator.Richard M. Stallman1995-04-071-6/+6
|
* (fill-region-as-paragraph): If JUSTIFY is non-nil,Richard M. Stallman1995-04-071-2/+2
| | | | pass t to justify-current-line.
* Update copyright.Karl Heuer1995-04-0718-20/+20
|
* Update copyright.Karl Heuer1995-04-0722-27/+27
|
* Update copyright.Karl Heuer1995-04-072-5/+5
|
* (desktop-save): Use dired-directory as nameRichard M. Stallman1995-04-061-11/+13
| | | | | | | of top-level in order to capture wildcards used. (desktop-buffer-dired): Skip possible wildcard when checking for directory existance. Use dired-insert-subdir, not dired-maybe-insert-subdir.
* (write-file): Fix arg count in call to y-or-n-p.Karl Heuer1995-04-061-1/+1
|
* (menu-bar-bookmark-map): Autoload each formRichard M. Stallman1995-04-061-12/+22
| | | | | | | used to set up this variable's value, so that the whole job is done in loaddefs.el. (bookmark-menu-locate, bookmark-menu-jump, bookmark-menu-insert) (bookmark-menu-delete, bookmark-menu-rename): Add autoloads.
* (ispell-menu-map-needed): Delete test for menu-bar feature.Richard M. Stallman1995-04-061-2/+5
|
* (list-buffers-noselect): Put buffer name in a textRichard M. Stallman1995-04-061-29/+26
| | | | | | | | property on the buffer's name. Put in mouse-face prop here too. Set Buffer-menu-buffer-column here. (Buffer-menu-mode): Don't do those things here. (Buffer-menu-buffer): Use text properties. (Buffer-menu-buffer-name-position): Function deleted.
* (reporter-submit-bug-report): Give up if mailerRichard M. Stallman1995-04-061-16/+17
| | | | | command returns nil. Fix error message syntax. (reporter-bug-hook): Fix error message syntax.
* (tar-mode-map): Fix typo for tar-display-other-file.Richard M. Stallman1995-04-061-1/+1
|
* (tempo-build-collection): Clear flag after computingKarl Heuer1995-04-051-11/+12
| | | | return value.
* (ispell-personal-dictionary): Add autoload.Karl Heuer1995-04-051-0/+1
|
* Change bindings of event-apply-control-modifier,Karl Heuer1995-04-051-13/+6
| | | | | | | | event-apply-meta-modifier, event-apply-hyper-modifier, event-apply-shift-modifier, event-apply-alt-modifier, and event-apply-super-modifier, in function-key-map, to use C-x @ instead of C-x ESC. Using escape causes problems since that's in function-key-map itself.
* (byte-compile-inline-expand): Fetch actual bytecodeKarl Heuer1995-04-051-3/+5
| | | | before inlining a lazy function.
* (tempo-dolist): Don't use `cadr'.Karl Heuer1995-04-051-3/+3
|
* (event-apply-modifier): Fix off-by-one errors.Karl Heuer1995-04-041-4/+4
|
* Fix comments.Karl Heuer1995-04-041-10/+9
|
* (tempo-insert): Added the P tag and modified the s tag accordinglyRichard M. Stallman1995-04-031-31/+93
| | | | | | | | (tempo-insert-named): Checks for valid name, insert mark otherwise. (tempo-dolist): Changed (cadr ...) to (car (cdr ...)) (tempo-expand-if-complete): New function