summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * (compile-defun): Doc fix.Luc Teirlinck2004-01-121-3/+3
| |
| * allow / and *, tooKarl Berry2004-01-051-1/+1
| |
| * Fix comment to recommendSimon Josefsson2004-01-051-1/+2
| | | | | | | | before-save-hook instead of write-file-functions.
| * allow % and # as well as ; in copyright noticeKarl Berry2004-01-041-2/+2
| |
| * (lm-section-end): require outline.Richard M. Stallman2004-01-031-0/+1
| |
| * * progmodes/idlwave.el (idlwave-make-tags):Eli Zaretskii2004-01-031-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: RenamedEli Zaretskii2003-12-302-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 Zaretskii2003-12-291-2/+2
| |
| * Add edebug specs for macros `1value' and `noreturn'.Jonathan Yavner2003-11-301-0/+4
| |
| * Ensure that forms marked with `1value' actually always return the same value.Jonathan Yavner2003-11-301-21/+34
| |
| * (easy-mmode-define-navigation): Take additionalThien-Thi Nguyen2003-11-141-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 Zaretskii2003-11-011-3/+5
| |
| * Alias for Francesco Potort�Francesco Potortì2003-10-231-1/+1
| |
| * (edebug-display-freq-count): Doc fix.Richard M. Stallman2003-10-201-2/+2
| |
| * (easy-mmode-define-navigation): AvoidDave Love2003-10-201-2/+2
| | | | | | | | incf in macro expansion.
| * (elint-check-defcustom-form): Don't use `evenp' so we don't implicitlyJohn Paul Wallington2003-10-201-1/+2
| | | | | | | | require cl library at runtime.
| * (lm-with-file): When FILE is nil, run BODY in current buffer.Richard M. Stallman2003-09-301-4/+6
| |
| * (lm-with-file): Don't visit the file,Richard M. Stallman2003-09-221-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. Stallman2003-09-221-2/+3
| |
| * (edebug-var-status, edebug-restore-status): New functions.Richard M. Stallman2003-09-191-20/+55
| | | | | | | | (edebug-enter, edebug-outside-excursion): Use them.
| * (byte-compile-warning-prefix):Richard M. Stallman2003-09-191-2/+2
| | | | | | | | Fix the condition for whether to print "In WHERE".
| * (tq-create): Fix mixed up unquote style.Stefan Monnier2003-09-121-2/+2
| |
| * (eldoc-print-current-symbol-info-function):Dave Love2003-09-061-12/+28
| | | | | | | | | | New. (eldoc-print-current-symbol-info): Use it.
* | Sync to HEADKenichi Handa2004-04-1662-519/+1832
| |
* | (prin1-char): Use characterp.Dave Love2003-09-101-1/+1
| |
* | *** empty log message ***Kenichi Handa2003-09-085-26/+36
|\ \
| * | (cl-make-type-test): Use characterp.Dave Love2003-01-071-1/+1
| | |
| * | (side-effect-free-fns): Add langinfo,Dave Love2003-01-071-2/+2
| | | | | | | | | | | | multibyte-char-to-unibyte.
| * | (byte-compile-lapcode): Be sure to return a unibyte string.Kenichi Handa2002-10-161-1/+1
| | |
| * | (side-effect-free-fns): AddDave Love2002-10-141-1/+2
| | | | | | | | | | | | | | | string-make-unibyte string-make-multibyte string-to-multibyte string-as-multibyte string-as-unibyte.
| * | (copyright-regexp): Remove redundancy.Dave Love2002-07-301-5/+3
| | |
| * | (batch-byte-compile-if-not-done): AddDave Love2002-06-291-1/+2
| | | | | | | | | | | | autoload cookie.
| * | (side-effect-free-fns): Add decode-char,Dave Love2002-06-271-5/+6
| | | | | | | | | | | | | | | | | | encode-char. (side-effect-and-error-free-fns): Add charsetp, max-char, primary-charset.
| * | (byte-compile-insert-header): Fix typo.Dave Love2002-06-271-2/+2
| | |
| * | (byte-recompile-directory)Dave Love2002-06-241-16/+19
| | | | | | | | | | | | | | | | | | | | | (batch-byte-recompile-directory): Update from trunk. (byte-compile-fix-header): Adjust for use of utf-8-emacs. (byte-compile-insert-header): Update magic number. Add ballast. (map-char-table): Use byte-compile-funarg-2.
| * | AddDave Love2002-05-231-1/+2
| | | | | | | | | | | | character-p.
| * | (regexp-opt-charset): Adjusted for theKenichi Handa2002-03-011-3/+11
| | | | | | | | | | | | change of map-char-table.
* | | New directoryKenichi Handa2003-09-0861-1001/+79
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-0161-3/+66
| |
* | (common-lisp-mode): New.Dave Love2003-08-201-0/+3
| |
* | (beginning-of-defun-function): Doc fix.Dave Love2003-08-201-2/+3
| |
* | Comment.Dave Love2003-08-201-5/+2
| |
* | (eval-last-sexp-print-value): New subroutine, broken out of eval-last-sexp-1.Richard M. Stallman2003-08-171-21/+24
| | | | | | | | (eval-last-sexp-1): Use eval-last-sexp-print-value.
* | (noreturn): Report error if does return.Richard M. Stallman2003-08-061-6/+6
| | | | | | | | (testcover-reinstrument-clauses): Doc fix.
* | Doc fixes, args renamed.Richard M. Stallman2003-08-061-33/+33
| | | | | | | | (warning-type-format): Renamed from warning-group-format.
* | (byte-compile-not-obsolete-var): New var.Richard M. Stallman2003-08-061-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 Yavner2003-07-252-5/+5
| |
* | (define-derived-mode): Mention hook in doc string. Defvar the derivedGlenn Morris2003-07-231-1/+5
| | | | | | | | hook.
* | (emacs-lisp-mode): Use run-mode-hooks.Richard M. Stallman2003-07-211-2/+2
| | | | | | | | (lisp-mode): Likewise.
* | (syntax-ppss): Catch the case where the buffer is narrowed.Stefan Monnier2003-07-161-133/+142
| |