summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp.el: Provide completion of locally bound variables in Elisp.Stefan Monnier2013-06-031-8/+96
* * lisp/emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macrosStefan Monnier2013-06-031-0/+1
* Merge with CEDET upstream (rev. 8564).David Engster2013-06-023-2205/+2294
|\
| * Merge from CEDET upstream (8564).David Engster2013-06-023-2205/+2294
* | * syntax.el (syntax-propertize-function): Fix docstring.Stefan Monnier2013-05-301-6/+7
* | * lisp/emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.Glenn Morris2013-05-291-4/+4
* | * lisp/emacs-lisp/trace.el (trace--read-args): Provide a default.Stefan Monnier2013-05-291-1/+11
* | * lisp/emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit fromStefan Monnier2013-05-291-0/+1
* | * lisp/emacs-lisp/smie.el (smie-highlight-matching-block): Always turnLeo Liu2013-05-291-9/+6
|/
* * lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.Glenn Morris2013-05-271-2/+3
* Always defvar a mode's hook and provide a docstring.Stefan Monnier2013-05-272-4/+9
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't burp at EOB.Stefan Monnier2013-05-241-1/+1
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't useStefan Monnier2013-05-241-1/+5
* * lisp/emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.Stefan Monnier2013-05-241-55/+58
* * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.Glenn Morris2013-05-231-1/+1
* * lisp/emacs-lisp/smie.el (smie-indent-forward-token)Stefan Monnier2013-05-231-2/+12
* Silence checkdoc.el compilationGlenn Morris2013-05-221-20/+15
* Tweak byte-compile-file-form-autoload warningsGlenn Morris2013-05-221-12/+17
* Small speedbar-related clean-upGlenn Morris2013-05-212-4/+4
* Silence some compiler warningsGlenn Morris2013-05-211-7/+8
* * emacs-lisp/smie.el (smie-highlight-matching-block-mode): CleanLeo Liu2013-05-171-6/+12
* Doc string fix for "nanoseconds".Paul Eggert2013-05-161-2/+2
* * emacs-lisp/smie.el (smie-matching-block-highlight): New face.Leo Liu2013-05-171-2/+82
* * lisp/emacs-lisp/cl-extra.el (cl-getf): Return the proper value inStefan Monnier2013-05-142-3/+6
* * lisp/emacs-lisp/tabulated-list.el: Set a version number.Yann Hodique2013-05-142-0/+2
* * lisp/emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.Glenn Morris2013-05-111-1/+4
* Make some files provide featuresGlenn Morris2013-05-111-0/+2
* Fix some declarationsGlenn Morris2013-05-101-2/+2
* More custom :type fixesGlenn Morris2013-05-101-1/+1
* Auto-commit of loaddefs files.Glenn Morris2013-05-101-12/+30
* * lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix.Glenn Morris2013-05-091-11/+29
* Fix a bunch of custom types (thank you cus-test.el)Glenn Morris2013-05-081-4/+4
* Silence byte-compiler warnings.Juanma Barranquero2013-05-081-1/+1
* * lisp/emacs-lisp/trace.el (trace--display-buffer): New function.Stefan Monnier2013-05-061-10/+14
* * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. Juri Linkov2013-05-061-7/+6
* * lisp/emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.Stefan Monnier2013-05-061-3/+7
* * lisp/emacs-lisp/package.el (package-autoload-ensure-default-file):Stefan Monnier2013-04-271-3/+3
* * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo.Stefan Monnier2013-04-261-6/+5
* Merge from emacs-24; up to 2012-12-27T08:21:08Z!rgm@gnu.orgGlenn Morris2013-04-261-1/+1
|\
| * * lisp/emacs-lisp/syntax.el (syntax-propertize-multiline):Erik Charlebois2013-04-221-1/+1
* | list-load-path-shadows simplificationGlenn Morris2013-04-261-75/+53
* | * lisp/progmodes/octave-mod.el (octave-smie-forward-token): Only emitStefan Monnier2013-04-241-12/+24
* | No longer include timestamp in header of .elc filesGlenn Morris2013-04-201-5/+1
* | Use add/remove-function to manipulate process-filters.Stefan Monnier2013-04-201-0/+3
* | * lisp/subr.el (with-wrapper-hook): Declare obsolete.Stefan Monnier2013-04-171-2/+5
* | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Provide specializedStefan Monnier2013-04-171-26/+54
* | * lisp/emacs-lisp/nadvice.el (add-function): Default simple vars to theirStefan Monnier2013-04-151-4/+3
* | * lisp/emacs-lisp/nadvice.el: Properly test names when adding advice.Stefan Monnier2013-04-151-4/+6
* | * lisp/emacs-lisp/trace.el (trace-values): New function.Stefan Monnier2013-04-131-0/+11
* | * src/keyboard.c (timer_start_idle): Call internal-timer-start-idle insteadStefan Monnier2013-04-101-69/+82