Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | allow / and *, too | Karl Berry | 2004-01-05 | 1 | -1/+1 | |
| | ||||||
* | Fix comment to recommend | Simon Josefsson | 2004-01-05 | 1 | -1/+2 | |
| | | | | before-save-hook instead of write-file-functions. | |||||
* | allow % and # as well as ; in copyright notice | Karl Berry | 2004-01-04 | 1 | -2/+2 | |
| | ||||||
* | (lm-section-end): require outline. | Richard M. Stallman | 2004-01-03 | 1 | -0/+1 | |
| | ||||||
* | * progmodes/idlwave.el (idlwave-make-tags): | Eli Zaretskii | 2004-01-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * textmodes/flyspell.el (flyspell-large-region):. * progmodes/make-mode.el (makefile-query-by-make-minus-q): * emulation/viper-util.el (viper-glob-unix-files): * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): * man.el (Man-init-defvars): * jka-compr.el (jka-compr-call-process): * files.el (get-free-disk-space,insert-directory): * ediff-ptch.el (ediff-test-patch-utility): * ediff-diff.el (ediff-test-utility): * dired-aux.el (dired-check-process): * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to test the return value of call-process, because it can be a string. | |||||
* | emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed | Eli Zaretskii | 2003-12-30 | 2 | -0/+0 | |
| | | | | | from testcover-unsafep.el and testcover-ses.el to avoid file-name clashes on 8+3 DOS filesystems. | |||||
* | (easy-menu-define): Doc fix. | Eli Zaretskii | 2003-12-29 | 1 | -2/+2 | |
| | ||||||
* | Add edebug specs for macros `1value' and `noreturn'. | Jonathan Yavner | 2003-11-30 | 1 | -0/+4 | |
| | ||||||
* | Ensure that forms marked with `1value' actually always return the same value. | Jonathan Yavner | 2003-11-30 | 1 | -21/+34 | |
| | ||||||
* | (easy-mmode-define-navigation): Take additional | Thien-Thi Nguyen | 2003-11-14 | 1 | -18/+35 | |
| | | | | | | | optional arg NARROWFUN. For the generated functions: Add local var `was-narrowed-p'. Also, if NARROWFUN is specified, include frags that arrange to check for and save narrowing state before the move and then conditionally call NARROWFUN after the move. | |||||
* | (rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))". | Eli Zaretskii | 2003-11-01 | 1 | -3/+5 | |
| | ||||||
* | Alias for Francesco Potort� | Francesco Potortì | 2003-10-23 | 1 | -1/+1 | |
| | ||||||
* | (edebug-display-freq-count): Doc fix. | Richard M. Stallman | 2003-10-20 | 1 | -2/+2 | |
| | ||||||
* | (easy-mmode-define-navigation): Avoid | Dave Love | 2003-10-20 | 1 | -2/+2 | |
| | | | | incf in macro expansion. | |||||
* | (elint-check-defcustom-form): Don't use `evenp' so we don't implicitly | John Paul Wallington | 2003-10-20 | 1 | -1/+2 | |
| | | | | require cl library at runtime. | |||||
* | (lm-with-file): When FILE is nil, run BODY in current buffer. | Richard M. Stallman | 2003-09-30 | 1 | -4/+6 | |
| | ||||||
* | (lm-with-file): Don't visit the file, | Richard M. Stallman | 2003-09-22 | 1 | -10/+9 | |
| | | | | | | | just use insert-file-contents in temp buffer. (lm-get-header-re): Added surrounding \\( and \\) around the header, as in for lm-history-header 'Change Log\\|History'. | |||||
* | (byte-compile-log-file): Clear out byte-compile-last-warned-form. | Richard M. Stallman | 2003-09-22 | 1 | -2/+3 | |
| | ||||||
* | (edebug-var-status, edebug-restore-status): New functions. | Richard M. Stallman | 2003-09-19 | 1 | -20/+55 | |
| | | | | (edebug-enter, edebug-outside-excursion): Use them. | |||||
* | (byte-compile-warning-prefix): | Richard M. Stallman | 2003-09-19 | 1 | -2/+2 | |
| | | | | Fix the condition for whether to print "In WHERE". | |||||
* | (tq-create): Fix mixed up unquote style. | Stefan Monnier | 2003-09-12 | 1 | -2/+2 | |
| | ||||||
* | (eldoc-print-current-symbol-info-function): | Dave Love | 2003-09-06 | 1 | -12/+28 | |
| | | | | | New. (eldoc-print-current-symbol-info): Use it. | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 61 | -3/+66 | |
| | ||||||
* | (common-lisp-mode): New. | Dave Love | 2003-08-20 | 1 | -0/+3 | |
| | ||||||
* | (beginning-of-defun-function): Doc fix. | Dave Love | 2003-08-20 | 1 | -2/+3 | |
| | ||||||
* | Comment. | Dave Love | 2003-08-20 | 1 | -5/+2 | |
| | ||||||
* | (eval-last-sexp-print-value): New subroutine, broken out of eval-last-sexp-1. | Richard M. Stallman | 2003-08-17 | 1 | -21/+24 | |
| | | | | (eval-last-sexp-1): Use eval-last-sexp-print-value. | |||||
* | (noreturn): Report error if does return. | Richard M. Stallman | 2003-08-06 | 1 | -6/+6 | |
| | | | | (testcover-reinstrument-clauses): Doc fix. | |||||
* | Doc fixes, args renamed. | Richard M. Stallman | 2003-08-06 | 1 | -33/+33 | |
| | | | | (warning-type-format): Renamed from warning-group-format. | |||||
* | (byte-compile-not-obsolete-var): New var. | Richard M. Stallman | 2003-08-06 | 1 | -10/+15 | |
| | | | | | | | | | (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var. (byte-compile-defvar): Bind byte-compile-not-obsolete-var to prevent warnings about defvar for an obsolete variable. (byte-compile-log-warning): warning-group-format renamed to warning-type-format. | |||||
* | Updated contact address. | Jonathan Yavner | 2003-07-25 | 2 | -5/+5 | |
| | ||||||
* | (define-derived-mode): Mention hook in doc string. Defvar the derived | Glenn Morris | 2003-07-23 | 1 | -1/+5 | |
| | | | | hook. | |||||
* | (emacs-lisp-mode): Use run-mode-hooks. | Richard M. Stallman | 2003-07-21 | 1 | -2/+2 | |
| | | | | (lisp-mode): Likewise. | |||||
* | (syntax-ppss): Catch the case where the buffer is narrowed. | Stefan Monnier | 2003-07-16 | 1 | -133/+142 | |
| | ||||||
* | (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'. |