summaryrefslogtreecommitdiff
path: root/lisp/emulation
Commit message (Expand)AuthorAgeFilesLines
* Fix handling double-click-time nil or tStefan Kangas2022-05-021-2/+2
* Merge from origin/emacs-28Eli Zaretskii2022-04-281-1/+6
|\
| * Add minimum instructions to 'query-replace' commandsEli Zaretskii2022-04-211-1/+6
| * Revert prompting changes in viper-cmdLars Ingebrigtsen2022-04-201-12/+19
* | Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* | Revert prompting changes in viper-cmdLars Ingebrigtsen2022-04-191-12/+19
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0117-17/+17
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0117-17/+17
* | Remove some unnecessary references to Emacs 22Stefan Kangas2021-12-071-3/+0
* | Make `mouse-1' restart the cua-rect rectangleLars Ingebrigtsen2021-12-041-4/+2
* | Remove some references to XEmacsStefan Kangas2021-11-173-4/+1
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-11/+11
* | Merge from origin/emacs-28Glenn Morris2021-10-211-1/+1
|\ \ | |/
| * Revert "Revert back to using ESC as viper-ESC-key again"Lars Ingebrigtsen2021-10-201-1/+1
* | Change how cua-mode defined `C-x' and `C-c'Lars Ingebrigtsen2021-10-111-4/+7
* | Remove duplicate definition of x-display-color-pStefan Kangas2021-10-091-5/+0
* | Remove some additional XEmacs compat code from viperStefan Kangas2021-10-086-70/+39
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-1/+1
* ; Fix some recent fixes to doc stringsEli Zaretskii2021-09-262-6/+7
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-262-2/+4
* Use command substitution instead of raw keys in more placesStefan Kangas2021-09-241-1/+1
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-2/+2
* Viper doc string fixLars Ingebrigtsen2021-09-191-1/+2
* Fix viper-util compilation warningLars Ingebrigtsen2021-09-191-0/+1
* ; Stylistic docfixes in emulation/*.el found by checkdocStefan Kangas2021-09-187-49/+46
* ; Make change that was accidentally left out in my last commitStefan Kangas2021-09-171-1/+1
* Make viper-subseq into obsolete alias for cl-subseqStefan Kangas2021-09-172-32/+7
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-168-24/+24
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-3/+3
* ; Fix typos: emacs lisp -> Emacs LispStefan Kangas2021-04-161-1/+1
* Use emacs-version instead of obsolete version variablesStefan Kangas2021-04-011-3/+3
* Address some --without-x byte-compilation warningsBasil L. Contovounesios2021-03-262-0/+4
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-19/+12
* ; Fix typos in doc stringsMattias EngdegÄrd2021-03-121-1/+1
* * lisp/emulation/edt.el (edt-with-position): Don't bind `left`Stefan Monnier2021-03-111-15/+13
* * lisp/emulation/: Use lexical-bindingStefan Monnier2021-03-0614-515/+487
* Prefer `declare` over a `put` of `list-indent-function`.Stefan Monnier2021-02-221-5/+3
* Prefer defvar-local in cuaStefan Kangas2021-01-312-9/+5
* Obsolete viper-deflocalvar for defvar-localStefan Kangas2021-01-316-99/+68
* cua-toggle-global-mark doc string clarificationLars Ingebrigtsen2021-01-201-3/+5
* Update copyright year to 2021Paul Eggert2021-01-0117-17/+17
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-193-8/+9
* Prefer setq to set+quoteStefan Kangas2020-12-141-6/+6
* Prefer setq-local in emulation/*.elStefan Kangas2020-12-063-11/+7
* Allow viper-save-setting to save numerical settingsLars Ingebrigtsen2020-12-041-1/+1
* Declare some compat aliases obsoleteStefan Kangas2020-11-191-2/+1
* Remove outdated comment about Emacs 20 from viper.elStefan Kangas2020-11-191-8/+0
* Use lexical-binding in some of emulation/edt*.elStefan Kangas2020-11-033-3/+3
* Add some missing docstrings in cua-rect.elBoruch Baum2020-10-271-26/+56
* Fix restoring data in visual-line-modeLars Ingebrigtsen2020-10-011-3/+4