Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (find-function-on-key): Move the call to find-function-other-window | Richard M. Stallman | 2003-05-19 | 1 | -20/+21 | |
| | | | | outside the save-excursion. | |||||
* | (beginning-of-defun-raw): Use shy-group. | Stefan Monnier | 2003-05-18 | 1 | -1/+1 | |
| | ||||||
* | (make-autoload): Add arglist for define-derived-mode. | Stefan Monnier | 2003-05-15 | 1 | -3/+7 | |
| | ||||||
* | (popup-dialog-box): Don't quote nil and t in docstrings. | Juanma Barranquero | 2003-05-06 | 1 | -1/+1 | |
| | ||||||
* | (buffer-syntactic-context): Don't quote nil and t in docstrings. | Juanma Barranquero | 2003-05-06 | 1 | -1/+1 | |
| | ||||||
* | (case, typecase): Don't quote nil and t in docstrings. | Juanma Barranquero | 2003-05-06 | 1 | -2/+2 | |
| | ||||||
* | (eldoc-echo-area-use-multiline-p): Don't quote nil and t in docstrings. | Juanma Barranquero | 2003-05-06 | 1 | -4/+4 | |
| | ||||||
* | (ad-make-advised-docstring): Adjust usage for new help-add-fundoc-usage. | Stefan Monnier | 2003-05-06 | 1 | -1/+1 | |
| | ||||||
* | (byte-compile-file): Fix comment | Kenichi Handa | 2003-05-06 | 1 | -2/+2 | |
| | ||||||
* | (batch-update-autoloads): Call `update-directory-autoloads'. | John Paul Wallington | 2003-05-05 | 1 | -2/+2 | |
| | ||||||
* | (update-directory-autoloads): Renamed from | Richard M. Stallman | 2003-05-04 | 1 | -3/+9 | |
| | | | | update-autoloads-from-directories. | |||||
* | (cl-map-keymap): Redefine as alias. | Stefan Monnier | 2003-05-04 | 1 | -21/+6 | |
| | | | | | (cl-map-keymap-recursively): Use map-keymap. (cl-macroexpand-all): Don't quote functions. | |||||
* | (cl-map-keymap): Be careful with aliases. | Stefan Monnier | 2003-05-04 | 1 | -0/+3 | |
| | ||||||
* | (ad-get-enabled-advices, ad-special-forms) | Stefan Monnier | 2003-05-04 | 1 | -31/+24 | |
| | | | | | (ad-arglist, ad-subr-arglist): Use push and match-string. (ad-make-advised-docstring): Extract & reinsert the usage info. | |||||
* | (easy-menu-get-map): Correctly handle non-submap bindings. | Stefan Monnier | 2003-04-30 | 1 | -2/+2 | |
| | ||||||
* | (byte-compile-cl-warn): Use `string-match'. | John Paul Wallington | 2003-04-29 | 1 | -2/+2 | |
| | ||||||
* | (byte-compile-cl-warn): Avoid cl warnings | Dave Love | 2003-04-28 | 1 | -2/+10 | |
| | | | | from caaar & al. | |||||
* | (regexp-opt-depth): Don't count a "//(" which appears inside a character set. | Juanma Barranquero | 2003-04-26 | 1 | -5/+24 | |
| | | | | (regexp-opt-not-groupie*-re): New constant. | |||||
* | `symbol-macrolet' is similar to `let', not `multiple-value-bind'. | Sam Steingold | 2003-04-25 | 1 | -1/+1 | |
| | ||||||
* | Comment change. | Richard M. Stallman | 2003-04-24 | 1 | -1/+3 | |
| | ||||||
* | (byte-compile-defun): Generate and compile a defalias form, | Richard M. Stallman | 2003-04-24 | 1 | -6/+15 | |
| | | | | unless byte-compile-compatibility. | |||||
* | (emacs-lisp-mode-syntax-table): Give @ prefix syntax. | Richard M. Stallman | 2003-04-24 | 1 | -0/+1 | |
| | ||||||
* | (byte-compile-defvar): Improve message. | Stefan Monnier | 2003-04-21 | 1 | -4/+8 | |
| | ||||||
* | (byte-compile-log-file, (byte-recompile-directory): Don't use | Richard M. Stallman | 2003-04-19 | 1 | -3/+12 | |
| | | | | | | | | byte-goto-log-buffer. Instead, set default-directory and then call compilation-mode. (byte-compile-from-buffer): Force byte-compile-last-position to end of buffer before issuing final warnings. | |||||
* | (define-minor-mode): Only echo a message if the body didn't do so already. | Stefan Monnier | 2003-04-18 | 1 | -4/+3 | |
| | | | | (easy-mmode-define-keymap): Remove unused var `suppress'. | |||||
* | (byte-compile-const-symbol-p): Rename arg. | Stefan Monnier | 2003-04-16 | 1 | -4/+4 | |
| | ||||||
* | (last-sexp-toggle-display): At end of buffer, run the global binding | Richard M. Stallman | 2003-04-14 | 1 | -1/+2 | |
| | | | | of the same key. | |||||
* | (byte-compile-file-form-defvar, byte-compile-defvar): | Stefan Monnier | 2003-04-12 | 1 | -3/+3 | |
| | | | | Fix last commit which mistakenly relied on not-yet committed code. | |||||
* | Use push, with-current-buffer, dolist, ... | Stefan Monnier | 2003-04-12 | 1 | -102/+103 | |
| | | | | | | | | | | | | | | | | (byte-compile-const-variables): New var. (byte-compile-close-variables): Reset it. (byte-compile-file-form-defvar, byte-compile-defvar): Update it. (byte-compile-const-symbol-p): Now arg `value' to check defconsts. (byte-compile-variable-ref): Use it and improve warning message. (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p. (byte-compile-lapcode): Remove unused vars. (byte-compile-eval): Fix thinko in handling of old-autoloads. (byte-recompile-directory): Use the expanded form for directory. (byte-compile-track-mouse): Use modern backquote syntax. (byte-compile-defvar): Detect and properly handle (defconst a). (byte-compile-defalias-warn): Remove unused arg `alias'. (byte-compile-defalias): Update call. | |||||
* | (last-sexp-toggle-display): At end of buffer, just call `newline'. | Richard M. Stallman | 2003-04-09 | 1 | -18/+23 | |
| | ||||||
* | (last-sexp-toggle-display): Correct the starting point for | Richard M. Stallman | 2003-04-06 | 1 | -2/+3 | |
| | | | | previous-single-property-change. | |||||
* | (easy-menu-define): Don't make a defvar for nil. | Richard M. Stallman | 2003-04-03 | 1 | -10/+4 | |
| | | | | | (easy-menu-convert-item-1): Doc fix. (easy-menu-change): Call easy-menu-create-menu. | |||||
* | (checkdoc-display-status-buffer): Fix docstring. | Juanma Barranquero | 2003-03-28 | 1 | -20/+71 | |
| | | | | | | | | | | | (checkdoc-interactive, checkdoc-message-interactive): Make them perform spell checking when appropriate. (checkdoc-interactive-loop): Fix docstring and a few typos. (checkdoc-interactive-ispell-loop) (checkdoc-message-interactive-ispell-loop): New functions. (checkdoc-next-error): Fix docstring. (checkdoc-this-string-valid-engine): Fix typo. (checkdoc-ispell-docstring-engine): Do test for checkdoc-autofix-flag = nil. | |||||
* | No error when marking functions whose body just returns a constant. Handle | Jonathan Yavner | 2003-03-28 | 1 | -15/+15 | |
| | | | | | screwy top-level macros that create functions and store them as properties of symbols. Support for CL's function* macro. | |||||
* | (byte-optimize-set): Avoid CLism. | Stefan Monnier | 2003-03-25 | 1 | -1/+1 | |
| | ||||||
* | (byte-optimize-set): New. Turn `set' into `setq' when applicable. | Stefan Monnier | 2003-03-25 | 1 | -0/+12 | |
| | ||||||
* | (define-minor-mode): Use custom-set-minor-mode. | Stefan Monnier | 2003-03-24 | 1 | -9/+13 | |
| | | | | Pass unknown keyword args blindly to defcustom. | |||||
* | (easy-menu-add-item): Align the docstring with the code. | Stefan Monnier | 2003-03-24 | 1 | -1/+1 | |
| | ||||||
* | (easy-menu-add-item): Don't default to the global map. | John Paul Wallington | 2003-03-24 | 1 | -3/+0 | |
| | ||||||
* | (easy-menu-name-match): Catch any error that member-ignore-case might signal. | Stefan Monnier | 2003-03-16 | 1 | -4/+8 | |
| | | | | | (easy-menu-add-item): Default to the global map, as documented. (easy-menu-convert-item-1): Use match-string. | |||||
* | (emacs-lisp-docstring-fill-column): New custom variable. | Matthew Swift | 2003-03-02 | 1 | -12/+42 | |
| | | | | | | | (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so that first docstring lines ending with a comma are respected. Add "`(" to same so that function and macro bodies beginning with a backquote do not get disturbed. Revise the comments. | |||||
* | (tq-create): Fix quoted lambda. | Juanma Barranquero | 2003-02-18 | 1 | -2/+2 | |
| | ||||||
* | (Helper-help-scroller): Fix character constant. | Juanma Barranquero | 2003-02-18 | 1 | -1/+1 | |
| | ||||||
* | Fix character constants. | Juanma Barranquero | 2003-02-18 | 1 | -2/+2 | |
| | ||||||
* | Comment change. | Richard M. Stallman | 2003-02-17 | 1 | -12/+12 | |
| | ||||||
* | (ses-exercise-signals): Fix use of character constant. | Juanma Barranquero | 2003-02-14 | 1 | -1/+1 | |
| | ||||||
* | (eldoc-echo-area-multiline-supported-p, eldoc-use-idle-timer-p): Remove. | Stefan Monnier | 2003-02-11 | 1 | -93/+35 | |
| | | | | | | (timer): Never require. It only works in current Emacs anyway. (eldoc-mode, eldoc-message, eldoc-display-message-p) (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify. | |||||
* | (process-get): Add setf method. | Stefan Monnier | 2003-02-10 | 1 | -0/+1 | |
| | ||||||
* | (checkdoc-minor-keymap): Add obsolescence declaration and remove redundant info | Juanma Barranquero | 2003-02-05 | 1 | -2/+3 | |
| | | | | from docstring. | |||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 29 | -417/+417 | |
| |