aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (eval-last-sexp-1): Add save-excursion.Richard M. Stallman2003-06-031-45/+46
* (lm-synopsis): Use relative filenames correctly. Show the synopsis toLute Kamstra2003-06-021-19/+14
* Moved from lisp/.Juanma Barranquero2003-05-307-0/+1983
* Moved to obsolete/.Juanma Barranquero2003-05-301-458/+0
* Typo (no clue what happened).Stefan Monnier2003-05-301-1/+1
* (edebug-storing-offsets): Move indent and debug to inside the macro.Stefan Monnier2003-05-301-47/+38
* (define-derived-mode, define-minor-mode): Remove outdated spec.Stefan Monnier2003-05-291-19/+0
* (edebug-window-list): Use push.Stefan Monnier2003-05-291-118/+110
* (define-minor-mode): Add edebug spec.Stefan Monnier2003-05-291-5/+15
* (last-sexp-toggle-display):Richard M. Stallman2003-05-281-3/+2
* (byte-compile-no-warnings): New function.Richard M. Stallman2003-05-281-2/+7
* (lisp-font-lock-syntactic-face-function): Don't infinite lop at bob.Stefan Monnier2003-05-271-60/+78
* (checkdoc-file-comments-engine): UseLute Kamstra2003-05-231-16/+10
* Make the description of the library moreLute Kamstra2003-05-231-31/+66
* (find-function-on-key): Move the call to find-function-other-windowRichard M. Stallman2003-05-191-20/+21
* (beginning-of-defun-raw): Use shy-group.Stefan Monnier2003-05-181-1/+1
* (make-autoload): Add arglist for define-derived-mode.Stefan Monnier2003-05-151-3/+7
* (popup-dialog-box): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-1/+1
* (buffer-syntactic-context): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-1/+1
* (case, typecase): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-2/+2
* (eldoc-echo-area-use-multiline-p): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-4/+4
* (ad-make-advised-docstring): Adjust usage for new help-add-fundoc-usage.Stefan Monnier2003-05-061-1/+1
* (byte-compile-file): Fix commentKenichi Handa2003-05-061-2/+2
* (batch-update-autoloads): Call `update-directory-autoloads'.John Paul Wallington2003-05-051-2/+2
* (update-directory-autoloads): Renamed fromRichard M. Stallman2003-05-041-3/+9
* (cl-map-keymap): Redefine as alias.Stefan Monnier2003-05-041-21/+6
* (cl-map-keymap): Be careful with aliases.Stefan Monnier2003-05-041-0/+3
* (ad-get-enabled-advices, ad-special-forms)Stefan Monnier2003-05-041-31/+24
* (easy-menu-get-map): Correctly handle non-submap bindings.Stefan Monnier2003-04-301-2/+2
* (byte-compile-cl-warn): Use `string-match'.John Paul Wallington2003-04-291-2/+2
* (byte-compile-cl-warn): Avoid cl warningsDave Love2003-04-281-2/+10
* (regexp-opt-depth): Don't count a "//(" which appears inside a character set.Juanma Barranquero2003-04-261-5/+24
* `symbol-macrolet' is similar to `let', not `multiple-value-bind'.Sam Steingold2003-04-251-1/+1
* Comment change.Richard M. Stallman2003-04-241-1/+3
* (byte-compile-defun): Generate and compile a defalias form,Richard M. Stallman2003-04-241-6/+15
* (emacs-lisp-mode-syntax-table): Give @ prefix syntax.Richard M. Stallman2003-04-241-0/+1
* (byte-compile-defvar): Improve message.Stefan Monnier2003-04-211-4/+8
* (byte-compile-log-file, (byte-recompile-directory): Don't useRichard M. Stallman2003-04-191-3/+12
* (define-minor-mode): Only echo a message if the body didn't do so already.Stefan Monnier2003-04-181-4/+3
* (byte-compile-const-symbol-p): Rename arg.Stefan Monnier2003-04-161-4/+4
* (last-sexp-toggle-display): At end of buffer, run the global bindingRichard M. Stallman2003-04-141-1/+2
* (byte-compile-file-form-defvar, byte-compile-defvar):Stefan Monnier2003-04-121-3/+3
* Use push, with-current-buffer, dolist, ...Stefan Monnier2003-04-121-102/+103
* (last-sexp-toggle-display): At end of buffer, just call `newline'.Richard M. Stallman2003-04-091-18/+23
* (last-sexp-toggle-display): Correct the starting point forRichard M. Stallman2003-04-061-2/+3
* (easy-menu-define): Don't make a defvar for nil.Richard M. Stallman2003-04-031-10/+4
* (checkdoc-display-status-buffer): Fix docstring.Juanma Barranquero2003-03-281-20/+71
* No error when marking functions whose body just returns a constant. HandleJonathan Yavner2003-03-281-15/+15
* (byte-optimize-set): Avoid CLism.Stefan Monnier2003-03-251-1/+1
* (byte-optimize-set): New. Turn `set' into `setq' when applicable.Stefan Monnier2003-03-251-0/+12