summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup Eshell to rely less on dynamic scoping.Stefan Monnier2013-09-1213-140/+161
* * lisp/autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since weStefan Monnier2013-09-122-3/+8
* * lisp/term/ns-win.el (global-map): Remove binding for ispell-next,Glenn Morris2013-09-112-1/+5
* CommentGlenn Morris2013-09-111-0/+1
* * lisp/play/landmark.el: Yet more typo fixes.Glenn Morris2013-09-111-1/+1
* * lisp/echistory.el (electric-command-history): Remove call to deleted func.Glenn Morris2013-09-112-1/+3
* * lisp/play/landmark.el (landmark-mode): Fix typos.Glenn Morris2013-09-112-2/+4
* * lisp/vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.Glenn Morris2013-09-112-2/+7
* * lisp/savehist.el: No need for cl when compiling on Emacs.Glenn Morris2013-09-112-1/+5
* * lisp/eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization.Stefan Monnier2013-09-112-35/+41
* * lisp/files.el (set-auto-mode): Simplify a bit further.Stefan Monnier2013-09-112-5/+7
* Auto-commit of loaddefs files.Glenn Morris2013-09-111-1/+1
* Improve previous interpreter-mode-alist changeGlenn Morris2013-09-105-42/+44
* Comment formattingGlenn Morris2013-09-101-9/+9
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-1038-688/+443
* * lisp/profiler.el (profiler-calltree-find): Use function-equal.Stefan Monnier2013-09-102-2/+5
* Tweak previous changeGlenn Morris2013-09-101-1/+1
* Treat interpreter-mode-alist as alist of regexps, not literalsGlenn Morris2013-09-107-75/+91
* * lisp/progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.Glenn Morris2013-09-102-4/+4
* * lisp/simple.el: Use set-temporary-overlay-map for universal-argument.Stefan Monnier2013-09-102-76/+49
* * lisp/subr.el (with-demoted-errors): Add `format' argument.Stefan Monnier2013-09-102-26/+36
* Auto-commit of loaddefs files.Glenn Morris2013-09-101-1/+1
* * net/tramp.el (tramp-cleanup): Remove. Functionality added toMichael Albinus2013-09-106-88/+100
* * lisp/simple.el (read-minibuffer): Unbreak it.Glenn Morris2013-09-102-1/+3
* * lisp/dired-x.el (dired-mark-sexp): Unbreak for systems where lsGlenn Morris2013-09-092-0/+8
* Spelling fixes and tidy up a comment.Paul Eggert2013-09-091-1/+1
* * lisp/saveplace.el (load-save-place-alist-from-file): Demote errors.Glenn Morris2013-09-082-2/+12
* Improve compatibility with older Emacsen, and XEmacs.Michael Albinus2013-09-0810-90/+227
* merge trunkKenichi Handa2013-09-0818-347/+453
|\
| * Correctly fontify Java class constructors.Alan Mackenzie2013-09-073-26/+43
| * bibtex-biblatex-entry-alist: Add optional field subtitle for entry type bookRoland Winkler2013-09-072-1/+6
| * Auto-commit of loaddefs files.Glenn Morris2013-09-071-1/+1
| * * lisp/minibuffer.el: Make minibuffer-complete call completion-in-regionStefan Monnier2013-09-064-133/+222
| * * lisp/dired-x.el (dired-mark-sexp): Bind the vars lexically ratherStefan Monnier2013-09-062-19/+18
| * * lisp/info.el (Info-display-images-node): When image file doesn't existJuri Linkov2013-09-062-4/+14
| * * lisp/abbrev.el (edit-abbrevs-mode): Use define-derived-mode.Stefan Monnier2013-09-064-60/+48
| * * lisp/arc-mode.el: Add support for 7za.William Xu2013-09-062-9/+22
| * Format long lines.Michael Albinus2013-09-061-2/+4
| * Remove URL syntax.Michael Albinus2013-09-062-86/+35
| * * lisp/replace.el (replace-string): Doc fix re start/end.Glenn Morris2013-09-052-4/+9
| * * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ishDmitry Gutov2013-09-052-2/+7
| * Add missing ChangeLog entry.Stefan Monnier2013-09-051-0/+24
* | international/characters.el: Set category "^" (Combining) for more characters.Kenichi Handa2013-09-082-1/+6
|/
* Auto-commit of loaddefs files.Glenn Morris2013-09-051-1/+1
* * lisp/subr.el (pop): Use `car-safe'.Stefan Monnier2013-09-046-65/+77
* * lisp/dired-x.el:Daniel Hackney2013-09-0419-94/+114
* * lisp/emacs-lisp/cconv.el: Use `car-safe' rather than `car' to accessStefan Monnier2013-09-043-12/+16
* * semantic/fw.el (semantic-make-local-hook): Simplify by dropping Emacs <= 20.Glenn Morris2013-09-042-2/+6
* * lisp/progmodes/cc-awk.el (c-forward-sws): Declare.Glenn Morris2013-09-042-0/+5
* rul-generic-mode-syntax-table fix for recent cc-mode changesGlenn Morris2013-09-042-10/+20