summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-18/+18
* Generalize the prefix-command machinery of C-uStefan Monnier2015-09-011-2/+78
* Top-level elisp files respect ‘text-quoting-style’Paul Eggert2015-08-261-2/+3
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-13/+17
* Allow blink-matching-paren to jump off screenDmitry Gutov2015-08-181-5/+12
* Refine the previous changeDmitry Gutov2015-08-181-13/+7
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsNoah Friedman2015-08-171-18/+17
|\
| * Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-16/+16
| * Remove no-op calls to substitute-command-keysPaul Eggert2015-08-091-2/+1
* | (blink-matching-open): Restore point before calling minibuffer-message.Noah Friedman2015-08-171-2/+8
|/
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-041-2/+4
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-4/+1
* * lisp/simple.el (set-variable): Tweak recent doc fix.Glenn Morris2015-07-061-2/+3
* * lisp/simple.el (set-variable): Use user-error for type mismatch.Glenn Morris2015-07-061-2/+2
* * lisp/simple.el (set-variable): Doc fix.Glenn Morris2015-07-051-0/+4
* * lisp/simple.el (shell-command-on-region): Replace 'error' with 'user-error'.Juri Linkov2015-06-231-1/+1
* Address some check-declare warnings.Glenn Morris2015-06-161-1/+1
* * lisp/bindings.el (debug-ignored-errors): Add mark-inactive.Juri Linkov2015-06-121-1/+1
* ; * lisp/simple: Revert presumably unintentional deletion of special-mode.Glenn Morris2015-06-091-0/+21
* * lisp/simple.el (eval-expression): Macroexpand before evaluating (bug#20730)Stefan Monnier2015-06-091-22/+1
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-231-3/+3
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-4/+4
* Avoid infloop in ERCEli Zaretskii2015-05-091-1/+5
* Fix previous commitDaniel Colascione2015-05-041-4/+5
* Add `save-mark-and-excursion', which has the old `save-excursion' behaviorDaniel Colascione2015-05-041-0/+38
* * lisp/simple.el (blink-matching-open): Better behavior in minibufferPontus Michael2015-05-011-2/+3
* Deprecate `intangible' and `point-entered' propertiesStefan Monnier2015-04-131-29/+36
* Merge from origin/emacs-24Paul Eggert2015-03-231-1/+2
|\
| * Fixes: debbugs:18939Jan D2015-03-221-1/+2
* | Add new functions for computing default font dimensionsTitus von der Malsburg2015-03-211-1/+23
* | Support goal column in multi-line minibufferJuri Linkov2015-03-121-4/+33
* | * lisp/simple.el (goto-history-element): Don't burp on t history.Stefan Monnier2015-03-111-1/+3
* | Merge from origin/emacs-24Paul Eggert2015-03-031-4/+5
|\ \ | |/
| * Improve docs of transient-mark-mode (Bug#19841)Eli Zaretskii2015-02-131-4/+5
| * Fix line-move-visual's following of column in R2L lines (backport from trunk).Eli Zaretskii2015-01-091-3/+12
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| * * simple.el (password-word-equivalents): Add "passcode", used forMichael Albinus2014-12-121-1/+1
* | simple.el (region-active-p): Fix doc to say non-nil.Artur Malabarba2015-02-241-1/+1
* | Use user-error where error is inappropriateKelly Dean2015-02-181-3/+3
* | eldoc: modify `eldoc-documentation-function' using `add-function'Michal Nazarewicz2015-01-201-2/+2
* | Fix line-move-visual's following of column in R2L lines.Eli Zaretskii2015-01-081-2/+10
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Handle nil value of suggest-key-bindingsDmitry Gutov2014-12-281-5/+5
* | Merge from origin/emacs-24Ted Zlatanov2014-12-121-1/+1
* | Merge from emacs-24Stefan Monnier2014-12-051-2/+2
|\ \ | |/
| * * lisp/simple.el (newline): Place the hook buffer-locally,Stefan Monnier2014-12-011-2/+2
* | Merge from emacs-24Stefan Monnier2014-12-051-1/+1
|\ \ | |/
| * Fix bug #19211 with move-end-of-line in non-interactive session.Eli Zaretskii2014-11-301-1/+1
* | Implement copying of a buffer portion while preserving visual order.Eli Zaretskii2014-12-041-0/+138
* | * lisp/simple.el (execute-extended-command--shorter): Fix the "M-p" case.Stefan Monnier2014-11-281-1/+1