summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (define-minor-mode): Only preserve messages output during execution of the body.Stefan Monnier2006-05-081-2/+6
* (ewoc--set-buffer-bind-dll-let*): Use `with-current-buffer'.Thien-Thi Nguyen2006-05-081-8/+4
* (syntax-ppss): Flush the cache before rather than after a buffer modification.Stefan Monnier2006-05-071-9/+8
* (ewoc-create, ewoc-set-hf): Use `insert'Thien-Thi Nguyen2006-05-051-4/+4
* (reb-update-overlays): Cycle through provided faces once they all have beenEli Zaretskii2006-05-051-13/+22
* (display-warning, lwarn): Doc fixes.Richard M. Stallman2006-05-011-1/+2
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220Miles Bader2006-04-161-27/+69
* (find-function-search-for-symbol): Add comments.Stefan Monnier2006-04-131-0/+8
* (edebug-basic-spec): New function for vetting file-local form specs.Eli Zaretskii2006-04-131-0/+14
* (byte-compile-file): Bind enable-local-variables to :safe,Richard M. Stallman2006-04-111-1/+5
* (find-function-regexp): Allow dashes in defun name, in similar fashionBill Wohler2006-04-101-1/+1
* (find-function-search-for-symbol): Fix regexp so the defined var/fun doesn'tStefan Monnier2006-04-101-1/+1
* (byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists.Stefan Monnier2006-04-081-3/+9
* (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes.Richard M. Stallman2006-04-071-1/+10
* Add a few aliases. Ignore changes to AUTHORS file.Kim F. Storm2006-03-281-2/+4
* (debug-help-follow): Revert last change.Luc Teirlinck2006-03-201-4/+3
* (debug-help-follow): Adapt comment to change in help-mode.el.Luc Teirlinck2006-03-201-3/+4
* (rx-check-any, rx-check-not): Quote "]"s in regexps when they have noEli Zaretskii2006-03-031-3/+3
* (edebug-display): Use `edebug-sit-for-seconds' value instead of a literalEli Zaretskii2006-03-031-2/+3
* (find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'.Luc Teirlinck2006-02-271-2/+2
* (update-directory-autoloads): Use `get-load-suffixes' instead ofLuc Teirlinck2006-02-271-1/+1
* (unsafep): Don't treat &rest or &optional as variables at all.Richard M. Stallman2006-02-211-9/+8
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-0662-63/+80
* (find-definition-noselect): Minor doc fix.Luc Teirlinck2006-02-051-1/+1
* Minor twiddles in comments and docstrings.Stefan Monnier2006-02-011-6/+9
* (toplevel): Remove definition of `cl-assertion-failed' condition --John Paul Wallington2006-01-301-3/+0
* (find-definition-noselect, find-variable-noselect): Search variables inEli Zaretskii2006-01-211-22/+27
* (batch-byte-recompile-directory): Doc fix.Eli Zaretskii2006-01-131-1/+5
* (find-definition-noselect): Fix typo in a doc string: "functoin" => "function".Eli Zaretskii2006-01-061-1/+1
* (byte-compile-file-form-defalias):Stefan Monnier2006-01-031-2/+10
* (edebug-all-defs, edebug-all-forms): Add autoload cookies.Juri Linkov2005-12-231-4/+12
* (lisp-complete-symbol): Don't print progress messages if in theRomain Francoise2005-12-221-22/+27
* (lisp-complete-symbol): Mostly undo the change by Kevin Rodgers.Stefan Monnier2005-12-221-6/+9
* (lisp-complete-symbol): Don't call delete-windows-on with an inexistent buffer.Stefan Monnier2005-12-211-2/+3
* (cl-macroexpand-all): Fix code-walk forStefan Monnier2005-12-191-0/+5
* * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): CaptureChong Yidong2005-12-171-1/+3
* (crm-minibuffer-completion-help):Juri Linkov2005-12-161-1/+3
* (lisp-complete-symbol): Regenerate the completion list, even after a partialEli Zaretskii2005-12-101-5/+8
* (edebug-skip-whitespace): read1:lread.c saysStefan Monnier2005-12-061-2/+1
* Put `doc-string-elt' property onJuri Linkov2005-12-041-2/+4
* (find-function-regexp):Juri Linkov2005-12-041-3/+8
* (easy-mmode-define-navigation): Put `definition-name' properties on theJuri Linkov2005-12-041-1/+3
* (define-derived-mode): Put `definition-name'Juri Linkov2005-12-041-3/+10
* (make-autoload): Add define-global-minor-mode.Juri Linkov2005-12-041-4/+5
* (lisp-imenu-generic-expression): Fix bug whereby names of length oneEli Zaretskii2005-12-031-3/+3
* (make-autoload): Handle defgroup specially.Stefan Monnier2005-11-301-0/+9
* (elp-not-profilable): Replace interactive-p with called-interactively-p.Stefan Monnier2005-11-281-32/+34
* (defstruct): Don't define the default constructor if it is overridden.Stefan Monnier2005-11-271-1/+6
* Handle compressed files.Andreas Schwab2005-11-191-2/+5
* (byte-optimize-form-code-walker): Improve warning message text.Richard M. Stallman2005-11-161-1/+1