aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-54/+0
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-1/+1
* * lisp/simple.el (goto-line): Use read-number.Stefan Monnier2011-06-011-23/+18
* * lisp/minibuffer.el: Add metadata method to completion tables.Stefan Monnier2011-05-311-0/+1
* Add an :exit-function for completion-at-point.Stefan Monnier2011-05-231-45/+61
* * lisp/shell.el (shell-completion-vars): New function.Stefan Monnier2011-05-121-21/+4
* lisp/simple.el (list-processes): Return nil as the docstring says.Juanma Barranquero2011-05-061-1/+2
* Declarations in simple.el.Glenn Morris2011-05-041-0/+3
* Declaration fixes.Glenn Morris2011-05-041-1/+2
* * lisp/simple.el (minibuffer-local-shell-command-map): Use completion-at-point.Stefan Monnier2011-05-021-10/+14
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-17/+22
* Bail out from list-processes if async subprocesses aren't available.Eli Zaretskii2011-04-081-0/+2
* Reimplement list-processes in Lisp.Chong Yidong2011-04-061-1/+87
* Merge from trunkStefan Monnier2011-03-311-9/+9
|\
| * lisp/simple.el: Avoid warning about `delete-backward-char'.Juanma Barranquero2011-03-221-9/+9
* | Merge from trunkStefan Monnier2011-03-211-2/+4
|\ \ | |/
| * * simple.el (delete-trailing-whitespace): Return nil for theMichael Albinus2011-03-101-1/+3
| * * simple.el (shell-command-to-string): Use `process-file'.Michael Albinus2011-03-081-1/+1
* | Try and fix w32 build; misc cleanup.Stefan Monnier2011-03-111-32/+18
* | Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-111-45/+0
* | Merge from trunkStefan Monnier2011-02-211-15/+26
|\ \ | |/
| * Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.caGlenn Morris2011-02-191-1/+4
| |\
| | * * lisp/simple.el (rfc822-goto-eoh): Give it a doc-string.Glenn Morris2011-02-161-1/+4
| * | * lisp/simple.el (just-one-space): Remove useless `or' call.Deniz Dogan2011-02-161-1/+1
| * | Merge changes from emacs-23 branchChong Yidong2011-02-121-2/+2
| |\ \ | | |/
| | * * lisp/simple.el (next-error): Doc fix.Glenn Morris2011-02-071-2/+2
| * | * lisp/simple.el (delete-trailing-whitespace): New optional bufferDeniz Dogan2011-02-111-11/+19
* | | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-211-1/+2
* | | Merge from trunkStefan Monnier2011-02-111-0/+3
|\ \ \ | |/ /
| * | * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-0/+3
* | | Merge from trunkStefan Monnier2011-02-011-60/+35
|\ \ \ | |/ /
| * | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
| * | Merge from emacs-23.Glenn Morris2011-01-241-7/+7
| |\ \ | | |/
| | * * lisp/simple.el (do-auto-fill): Give it a doc string.Glenn Morris2011-01-221-9/+6
| | * * simple.el (line-move-visual): Doc fix (Bug#7594).Chong Yidong2011-01-221-2/+4
| * | Give read-expression-history a doc.Glenn Morris2011-01-191-2/+0
| * | Refill some copyright headers.Glenn Morris2011-01-151-3/+3
| * | Merge from emacs-23Stefan Monnier2011-01-141-3/+3
| |\ \ | | |/
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| | * Fix bug #7702 with docs of selections wrt MS-Windows.Eli Zaretskii2010-12-251-1/+1
| | * Bump version to 23.2.91.emacs-pretest-23.2.91Chong Yidong2010-12-101-0/+5
| | * * simple.el (transient-mark-mode): Doc fix (Bug#7465).Chong Yidong2010-12-041-9/+11
| * | * simple.el (shell-command): Don't error out if shell commandTassilo Horn2011-01-131-1/+5
| * | New arg RETURN-ACTION for compose-mail, and related functions.Chong Yidong2011-01-121-46/+21
| * | Doc fix for just-one-space change. Document it in NEWS.Chong Yidong2010-12-161-1/+1
* | | Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-151-2/+2
|/ /
* | * simple.el (just-one-space): Make argument n default to 1 ifTassilo Horn2010-12-071-0/+1
* | * lisp/simple.el (just-one-space): Delete newlines for negative arg.Deniz Dogan2010-12-061-4/+7
* | Force left-to-right paragraph direction in echo area and prog-mode buffers.Eli Zaretskii2010-11-261-1/+3
* | Merge from emacs-23Stefan Monnier2010-11-171-16/+5
|\ \ | |/