summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug#30946Michael Albinus2018-03-296-36/+52
* Port recent org-clock fix to POSIX time_tPaul Eggert2018-03-281-2/+12
* Handle C++17's constexpr keyword in if statementsAlan Mackenzie2018-03-282-0/+17
* Replace faulty non-matching regexp "\\<\\>" with "a\\`"Alan Mackenzie2018-03-284-22/+22
* Merge from origin/emacs-26Glenn Morris2018-03-28115-592/+630
|\
| * Update Org to v9.1.9Rasmus2018-03-27102-567/+589
| * ; Fix some tiny doc typosGlenn Morris2018-03-272-2/+2
| * De-obsolete `if-let' and `when-let'Michael Heerdegen2018-03-271-20/+26
| * * lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.Glenn Morris2018-03-262-4/+4
| * * lisp/calculator.el (calculator-paste-decimals): Add version.Glenn Morris2018-03-231-1/+1
| * ; Use GNU not Gnu in docsGlenn Morris2018-03-237-8/+8
* | Avoid using unportable integer in org-clockPaul Eggert2018-03-271-11/+1
* | (benchmark-run-compiled): Make it work like 'benchmark-run' againStefan Monnier2018-03-271-3/+3
* | (completion-at-point-functions): Improve docStefan Monnier2018-03-271-1/+6
* | (read_key_sewuence): Use POSN in second event when needed (bug#30955)Stefan Monnier2018-03-271-1/+6
* | * lisp/mouse.el: Remove redundant ':group's.Stefan Monnier2018-03-271-26/+12
* | * lisp/emacs-lisp/benchmark.el (benchmark-run): Allow variable.Stefan Monnier2018-03-261-3/+3
* | Fix constant folding of overflowsPaul Eggert2018-03-261-51/+124
* | Trivial fixes for last changes to package.el and marker.cStefan Monnier2018-03-261-4/+6
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2018-03-263-16/+140
|\ \
| * | * lisp/emacs-lisp/package.el: New quickstart featureStefan Monnier2018-03-263-16/+140
* | | Fix problem with trailing slash in TrampMichael Albinus2018-03-263-28/+36
|/ /
* | Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)Eric Skoglund2018-03-251-3/+6
* | Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky2018-03-251-7/+4
* | Fix byte-optimize-memq incorrectly optimizing some memq forms.Vibhav Pant2018-03-251-4/+5
* | Optimize certain memq forms during byte-compilation.Vibhav Pant2018-03-251-2/+16
* | * lisp/emulation/viper.el (viper-set-hooks): Replace obsolete func.Glenn Morris2018-03-231-2/+7
* | * lisp/vc/vc.el (vc-initial-comment): Remove var unused since 23.2.Glenn Morris2018-03-231-7/+0
* | Remove some unused gnus-registry variablesGlenn Morris2018-03-231-6/+1
* | Remove variables labeled as obsolete that do nothingGlenn Morris2018-03-232-39/+0
* | * lisp/progmodes/cc-langs.el: Silence compiler.Glenn Morris2018-03-231-3/+3
* | Quieten lisp/obsolete compilationGlenn Morris2018-03-232-2/+2
* | Remove some declare-function stub definitionsGlenn Morris2018-03-239-23/+0
* | Replace some uses of cl with cl-libGlenn Morris2018-03-234-48/+45
* | Replace cl in some obsolete filesGlenn Morris2018-03-2310-33/+13
* | cedet: replace cl with cl-libGlenn Morris2018-03-2320-37/+17
* | gnus: replace cl with cl-libGlenn Morris2018-03-2373-280/+222
* | * lisp/gnus/gnus-vm.el (vm-mode, vm-save-message):Glenn Morris2018-03-231-3/+4
* | Fix too-large integer in Hg backendPaul Eggert2018-03-231-2/+2
* | Avoid Fortran-style floating-point optimizationPaul Eggert2018-03-231-148/+20
* | sql.el defcustom fixesGlenn Morris2018-03-231-8/+15
* | Merge from origin/emacs-26Stefan Monnier2018-03-231-1/+1
|\ \ | |/
| * * lisp/org/ob-lisp.el (org-babel-lisp-eval-fn): Tweak type.Glenn Morris2018-03-221-1/+1
| * sql.el defcustom fixesGlenn Morris2018-03-221-8/+15
* | Quieten cl-lib related compiler warningsGlenn Morris2018-03-2213-19/+23
* | Try and fix the more obvious sources of bug#30635Stefan Monnier2018-03-222-17/+17
* | Add new command vc-git-stash-deleteCharles A. Roelli2018-03-221-0/+9
* | Fix byte-opt lists of pure functions etc.Paul Eggert2018-03-221-14/+23
* | ; Fix last commit in tramp.elMichael Albinus2018-03-221-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-03-223-21/+40
|\ \ | |/