Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function. | Stefan Monnier | 2003-07-16 | 1 | -9/+6 | |
| | | | | (syntax-ppss-after-change-function): New alias. Update uses. | |||||
* | 2003-07-11 John Paul Wallington <jpw@gnu.org> | John Paul Wallington | 2003-07-11 | 1 | -12/+12 | |
| | | | | | | | | | | * emacs-lisp/ring.el (ring-empty-p): Use `zerop'. (ring-p, ring-plus1, ring-minus1, ring-length, ring-index) (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes. 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change) * emacs-lisp/ring.el (ring-elements): Doc fix. | |||||
* | (debug, debugger-env-macro): Use with-no-warnings while accessing and | Richard M. Stallman | 2003-07-07 | 1 | -6/+18 | |
| | | | | binding unread-command-char. | |||||
* | (cl-transform-lambda): Strip &cl-defs | Stefan Monnier | 2003-07-05 | 1 | -2/+7 | |
| | | | | thingies from constructors created by defstruct. | |||||
* | (byte-compile-defvar): Check and set the default value of the variable. | Stefan Monnier | 2003-07-04 | 1 | -4/+4 | |
| | | | | (byte-code-meter): Move declaration to top level. | |||||
* | (easy-mmode-define-navigation): Avoid | Andreas Schwab | 2003-06-22 | 1 | -3/+3 | |
| | | | | | variable as format argument for error. Don't call symbol-name on string. | |||||
* | (debug): Fix call to message. | Stefan Monnier | 2003-06-16 | 1 | -2/+2 | |
| | ||||||
* | (cl-macroexpand-all): | Stefan Monnier | 2003-06-16 | 1 | -2/+3 | |
| | | | | Don't burp if (cadr (caddr found)) encounters a non-list element. | |||||
* | (cl-parse-loop-clause): Use map-keymap. | Stefan Monnier | 2003-06-16 | 1 | -2/+4 | |
| | | | | (defsubst*): Don't put a `cl-whole argument if it's not used. | |||||
* | (pushnew): Use keywordp. | Stefan Monnier | 2003-06-16 | 1 | -3/+3 | |
| | ||||||
* | (disassemble): Accept plain expressions. | Stefan Monnier | 2003-06-16 | 1 | -2/+2 | |
| | ||||||
* | (copyright-update-year): New function extracted from copyright-update. | Stefan Monnier | 2003-06-14 | 1 | -53/+77 | |
| | | | | | | | | | | When `arg' is set, replace the year, not the `copyright' text. Ignore `copyright-update = nil' if called interactively. Use "," rather than ", " if that's what was used before. Recognize mixes of 2 and 4 digit years. Use replace-match. (copyright-update): Add interactivep arg. Use it instead of use last-command. Use replace-match. Don't assume (point-min) == 1. | |||||
* | (lm-keywords-finder-p): Use with-no-warnings. | Richard M. Stallman | 2003-06-04 | 1 | -1/+2 | |
| | ||||||
* | (last-sexp-toggle-display): Remove stale comment. | Juanma Barranquero | 2003-06-03 | 1 | -3/+0 | |
| | ||||||
* | (eval-last-sexp-1): Add save-excursion. | Richard M. Stallman | 2003-06-03 | 1 | -45/+46 | |
| | ||||||
* | (lm-synopsis): Use relative filenames correctly. Show the synopsis to | Lute Kamstra | 2003-06-02 | 1 | -19/+14 | |
| | | | | | the user when appropriate. Do not kill buffers that were created outside `lm-synopsis'. | |||||
* | Moved from lisp/. | Juanma Barranquero | 2003-05-30 | 7 | -0/+1983 | |
| | ||||||
* | Moved to obsolete/. | Juanma Barranquero | 2003-05-30 | 1 | -458/+0 | |
| | ||||||
* | Typo (no clue what happened). | Stefan Monnier | 2003-05-30 | 1 | -1/+1 | |
| | ||||||
* | (edebug-storing-offsets): Move indent and debug to inside the macro. | Stefan Monnier | 2003-05-30 | 1 | -47/+38 | |
| | | | | | | | | | | | | | | | (edebug-read-storing-offsets): Simplify. (edebug-read-quote, edebug-read-function): Place the start-position correctly. (edebug-read-backquote-new): Remove. (edebug-read-backquote-level): New var to replace it. (edebug-read-backquote): Increment it. Don't store offsets one extra time. (edebug-read-comma): Decrement it. Read the comma as a plain symbol if outside of any new-style backquote. (edebug-read-list): Use edebug-read-backquote-level. Don't call edebug-read-backquote directly. This way the extra offsets store is done exactly when it's needed. (edebug-read-vector): Use push. (defmacro): Add support for the `declare' thingy. | |||||
* | (define-derived-mode, define-minor-mode): Remove outdated spec. | Stefan Monnier | 2003-05-29 | 1 | -19/+0 | |
| | | | | | | (save-match-data, with-output-to-string, with-current-buffer) (combine-after-change-calls, with-temp-buffer, dolist, dotimes) (unless, when): Remove specs that are now in the corresponding macro. | |||||
* | (edebug-window-list): Use push. | Stefan Monnier | 2003-05-29 | 1 | -118/+110 | |
| | | | | | | | | | | (edebug-macrop): Use functionp. (edebug-functionp): Remove. (edebug-get-displayed-buffer-points): Use push. (edebug-set-buffer-points): Use save-current-buffer and buffer-live-p. (edebug-list-form): Remove dead code. (backquote-form): Correctly handle `(a . ,b). (edebug-mode-map, global-edebug-map): Move init to inside the defvar. | |||||
* | (define-minor-mode): Add edebug spec. | Stefan Monnier | 2003-05-29 | 1 | -5/+15 | |
| | | | | Accept a :keymap argument, as you'd expect. | |||||
* | (last-sexp-toggle-display): | Richard M. Stallman | 2003-05-28 | 1 | -3/+2 | |
| | | | | Undo previous change (don't check for eob). Widen at the beginning. | |||||
* | (byte-compile-no-warnings): New function. | Richard M. Stallman | 2003-05-28 | 1 | -2/+7 | |
| | | | | (with-no-warnings): Set up compile handler. | |||||
* | (lisp-font-lock-syntactic-face-function): Don't infinite lop at bob. | Stefan Monnier | 2003-05-27 | 1 | -60/+78 | |
| | | | | | | | (emacs-lisp-mode): Mark its main custom group to be `lisp'. (prin1-char): New fun. (eval-last-sexp-1): Use it. Use with-syntax-table as well. (eval-defun-1): Don't replace `defvar' with `defconst'. | |||||
* | (checkdoc-file-comments-engine): Use | Lute Kamstra | 2003-05-23 | 1 | -16/+10 | |
| | | | | `lm-commentary-end' to find the end of the commentary section. | |||||
* | Make the description of the library more | Lute Kamstra | 2003-05-23 | 1 | -31/+66 | |
| | | | | | | | | | | | | | | | | | | accurate. (lm-any-header): New user option. (lm-section-start): New function; rewrite of `lm-section-mark'. (lm-section-mark): Make alias of `lm-section-start'. (lm-section-end): New function. (lm-code-start): New function; rewrite of `lm-code-mark'. (lm-code-mark): Make alias of `lm-code-start'. (lm-commentary-start): New function; rewrite of `lm-commentary-mark'. (lm-commentary-mark): Make alias of `lm-commentary-start'. (lm-commentary-end): New function. (lm-history-start): New function; rewrite of `lm-history-mark'. (lm-history-mark): Make alias of `lm-history-start'. (lm-commentary): Use `lm-commentary-end' to find the end of the commentary section. | |||||
* | (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 | |
| |