aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (update-directory-autoloads): Doc fix.Juanma Barranquero2005-10-111-2/+3
* (lisp-mode-syntax-table): Move the nesting bit from # to |.Stefan Monnier2005-10-051-34/+37
* (lambda): Add its doc-string-elt property.Stefan Monnier2005-10-051-16/+33
* (lisp-font-lock-syntactic-face-function):Stefan Monnier2005-10-051-1/+1
* Move comments into docstrings.Stefan Monnier2005-10-041-65/+44
* 2005-09-24 Emilio C. Lopes <[email protected]>Romain Francoise2005-09-243-21/+21
* message format spec fixes, commit # 9Deepak Goel2005-09-182-2/+2
* (authors-aliases): Update list.Kim F. Storm2005-09-101-1/+2
* (font-lock-comment-face, font-lock-doc-face, font-lock-string-face,Juanma Barranquero2005-08-291-1/+6
* (safe-functions): Add defvar.Juanma Barranquero2005-08-291-0/+2
* (ses-initial-global-parameters, ses-mode-map): Add defvars.Juanma Barranquero2005-08-291-0/+3
* (font-lock-beginning-of-syntax-function): Add defvar.Juanma Barranquero2005-08-291-0/+2
* (font-lock-verbose): Add defvar.Juanma Barranquero2005-08-291-0/+2
* (mouse-highlight-priority, x-lost-selection-functions, zmacs-regions):Juanma Barranquero2005-08-291-0/+5
* (compilation-error-regexp-alist, compilation-mode-font-lock-keywords):Juanma Barranquero2005-08-291-1/+4
* (define-minor-mode): Simplify.Stefan Monnier2005-08-241-15/+7
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-4/+0
* Add move-beginning-of-line, move-end-of-line, end-of-line,Eli Zaretskii2005-08-121-4/+5
* (generic-font-lock-defaults): Declare with define-obsolete-variable-alias.Lute Kamstra2005-08-111-2/+1
* (map-y-or-n-p): Reorder the optionsRichard M. Stallman2005-08-091-7/+10
* (lucid-menubar-map, lucid-failing-menubar)Richard M. Stallman2005-08-091-1/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-0661-80/+103
* Require CL also when compiling.Stefan Monnier2005-07-291-5/+3
* (byte-compile-make-variable-buffer-local)Stefan Monnier2005-07-291-0/+13
* (reb-with-current-window): Delete.Juanma Barranquero2005-07-241-39/+24
* (define-minor-mode): Never call the mode function using `eval-after-load'.Luc Teirlinck2005-07-221-6/+1
* (regexp-builder): Use `defalias' instead of faking it.Juanma Barranquero2005-07-211-4/+1
* (find-function-regexp): Add `define-compilation-mode'.Juri Linkov2005-07-191-1/+1
* (def-edebug-form-spec): Add obsolescence info and delete redundant message. DocJuanma Barranquero2005-07-161-5/+8
* (byte-compile-maybe-guarded): Fix typo in docstring.Juanma Barranquero2005-07-161-3/+3
* (find-gc-subrs-callers): Renamed from find-gc-subrs-used.Richard M. Stallman2005-07-161-14/+15
* (byte-compile-maybe-guarded): Doc fix.Richard M. Stallman2005-07-161-4/+4
* (byte-compile-if): Guard the else-clause too.Richard M. Stallman2005-07-161-1/+2
* (byte-compile-or-recursion): New function.Richard M. Stallman2005-07-161-7/+16
* (byte-compile-and-recursion): New function.Richard M. Stallman2005-07-161-5/+12
* (reb-cook-regexp): Avoid warning calling lre-compile-string.Richard M. Stallman2005-07-161-2/+4
* (find-gc-unsafe-list, find-gc-source-directory, find-gc-subrs-used)Richard M. Stallman2005-07-161-42/+51
* (checkdoc-make-overlay, checkdoc-overlay-put, checkdoc-delete-overlay)Richard M. Stallman2005-07-161-28/+16
* (cl-make-type-test): Defer evaluation of cl-make-type-test to execution time.Eli Zaretskii2005-07-161-1/+1
* (cl-make-type-test): Add `atom' type.Eli Zaretskii2005-07-161-0/+1
* (define-minor-mode): Avoid constructing a defcustom with two :set orLuc Teirlinck2005-07-161-4/+11
* (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax.Richard M. Stallman2005-07-151-2/+3
* (derived-mode-run-hooks): Reinstalled, as it is needed for pre-21 compatibility.Juanma Barranquero2005-07-151-0/+6
* (derived-mode-run-hooks): Remove.Juanma Barranquero2005-07-151-14/+1
* (define-minor-mode): Do not override explicitly specified :initialize keyword.Luc Teirlinck2005-07-141-1/+7
* (edebug-slow-after, edebug-slow-before): Do nothing if edebug-active.Richard M. Stallman2005-07-111-29/+32
* (edebug-enter): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-0/+2
* (debug): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-1/+3
* (with-timeout-timers): New variable.Richard M. Stallman2005-07-101-1/+31
* Move debugger-mode to a more natural place.Richard M. Stallman2005-07-101-25/+25