summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (repeat-complex-command): BindRichard M. Stallman1997-01-011-3/+3
* (sendmail-user-agent): Avoid error for CONTINUE non-nil.Richard M. Stallman1996-12-181-0/+1
* (compose-mail): Doc fix.Richard M. Stallman1996-12-181-3/+5
* Change most defconsts to defvars.Richard M. Stallman1996-12-161-19/+19
* (compose-mail): Handle several more args:Richard M. Stallman1996-12-071-6/+53
* (sendmail-user-agent): Support 2 optional args.Richard M. Stallman1996-12-071-10/+17
* (comment-region): With just C-u as arg,Richard M. Stallman1996-11-031-5/+5
* (universal-argument): Doc fix.Richard M. Stallman1996-10-151-1/+2
* Use defalias not define-function.Richard M. Stallman1996-10-121-2/+2
* (newline): Use buffer-has-markers-at.Richard M. Stallman1996-10-111-0/+2
* (line-move): Ignore invisibility in `move-to-column'.Richard M. Stallman1996-10-081-2/+5
* (shell-command-to-string): Make the buffer currentRichard M. Stallman1996-09-241-1/+3
* (shell-command-to-string): New function.Richard M. Stallman1996-09-241-0/+5
* (set-hard-newline-properties): New fn.Richard M. Stallman1996-09-011-7/+10
* (do-auto-fill): Do break after one word as last resortRichard M. Stallman1996-08-301-2/+62
* (kill-region): inhibit-read-only overrides text props too.Richard M. Stallman1996-08-211-2/+3
* (shell-command): Really use output-buffer in synchronousRichard M. Stallman1996-08-171-1/+1
* (normal-auto-fill-function): New variable.Richard M. Stallman1996-08-071-6/+13
* (newline): Don't do the optimization if the newline before point isMiles Bader1996-07-041-0/+8
* (choose-completion-string): Don't exit the minibufferRichard M. Stallman1996-06-221-1/+9
* (set-fill-column): Error if no argument.Richard M. Stallman1996-06-141-3/+9
* (shell-command-on-region): In output buffer, displayKarl Heuer1996-05-301-1/+4
* Use executing-kbd-macro, not executing-macro.Karl Heuer1996-05-291-1/+1
* (do-auto-fill): Return t if real work was done.Karl Heuer1996-05-211-1/+5
* (shell-command-on-region): Start of region to keep isKarl Heuer1996-04-301-1/+1
* (insert-buffer): Fix typo in previous change.Erik Naggum1996-03-181-1/+1
* * simple.el (insert-buffer): Interactive default changed to a moreFrancesco Potortì1996-03-181-4/+9
* (backward-delete-char-untabify):Richard M. Stallman1996-02-291-5/+1
* (shell-command): Call file name handler.Karl Heuer1996-02-211-48/+54
* (text-read-only): New error symbol.Richard M. Stallman1996-02-061-2/+10
* Update FSF's address.Erik Naggum1996-01-141-2/+3
* (shell-command): Fix message spelling.Karl Heuer1996-01-041-4/+4
* (blink-matching-paren-on-screen): New variable.Karl Heuer1995-12-211-2/+9
* (do-auto-fill): Look at 2nd line for fill prefixRichard M. Stallman1995-11-181-4/+9
* (universal-argument-other-key): Add to existing unread-command-events value.Richard M. Stallman1995-11-111-1/+2
* (do-auto-fill): Use fill-context-prefix.Richard M. Stallman1995-11-101-18/+7
* (column-number-mode): Make default value nil.Richard M. Stallman1995-10-291-1/+1
* (next-completion): Specify the LIMIT arg when searching for text properties.Richard M. Stallman1995-10-111-7/+10
* (newline): Call barf-if-buffer-read-only.Richard M. Stallman1995-10-061-0/+1
* (kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE.Richard M. Stallman1995-08-301-1/+1
* (what-line): Print narrowed linenum with full buffer num.Richard M. Stallman1995-08-251-6/+15
* (blink-matching-paren-dont-ignore-comments): New var.Richard M. Stallman1995-08-191-5/+13
* (shell-command-on-region): Don't examine order ofRichard M. Stallman1995-08-121-4/+4
* (column-number-mode, line-number-mode): Default now t.Richard M. Stallman1995-08-061-2/+2
* (do-auto-fill): Handle adaptive-fill-function and adaptive-fill-regexp.Richard M. Stallman1995-07-301-67/+70
* (do-auto-fill): Handle adaptive-fill-regexp.Richard M. Stallman1995-07-281-1/+22
* (indent-new-comment-line): fill-prefix overrides comment indentation.Richard M. Stallman1995-07-211-52/+56
* (shell-command): Use save-match-data.Karl Heuer1995-07-171-68/+54
* (switch-to-completions): Make a completions window if none.Richard M. Stallman1995-07-071-0/+3
* (do-auto-fill): No-op if (current-fill-column) is nil.Richard M. Stallman1995-06-291-3/+3