summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Doc updates for define-minor-mode argument behaviorGlenn Morris2012-02-071-1/+9
| | | | | | | | | | | | | | * doc/lispref/modes.texi (Defining Minor Modes): Expand on args of defined minor modes. * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fixes for the macro and the mode it defines.
* | lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'.Juanma Barranquero2012-02-051-19/+12
| | | | | | | | | | | | (pp-to-string): Use `with-temp-buffer'. (pp-buffer): Use `ignore-errors', `looking-at-p'. (pp-last-sexp): Use `looking-at-p'.
* | ert-x triviaGlenn Morris2012-02-041-2/+3
| | | | | | | | | | | | | | * lisp/emacs-lisp/ert-x.el (ert-simulate-command): Check deferred-action-list (which is obsolete) is bound. * etc/NEWS: Related markup.
* | Fix dead link in smie.elLeo Liu2012-02-041-1/+1
| | | | | | | | http://debbugs.gnu.org/10711
* | Tweak previous define-minor-mode changeGlenn Morris2012-01-311-9/+3
| | | | | | | | | | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Relax :variable's test for a named function.
* | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.Glenn Morris2012-01-301-7/+12
| |
* | Small define-minor-mode fix for variable: keyword.Glenn Morris2012-01-301-2/+10
| | | | | | | | | | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Allow named functions to be used as the cdr of variable:.
* | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix :variable case.Glenn Morris2012-01-301-1/+1
| |
* | authors.el triviaGlenn Morris2012-01-301-1/+2
| | | | | | | | | | * lisp/emacs-lisp/authors.el (authors-fixed-entries): Remove reference to deleted file rnewspost.el.
* | Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table.Chong Yidong2012-01-291-3/+9
| | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define and use in Emacs Lisp mode. (lisp-mode-abbrev-table): Add doc. (lisp-mode-variables): Don't set local-abbrev-table. (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table. Fixes: debbugs:9360
* | Fix M-x package-install failure if no archive has been fetched yet.Phil Hagelberg2012-01-281-0/+2
| | | | | | | | | | | | | | * emacs-lisp/package.el (package-install): Run package-refresh-contents if there is no archive yet. Fixes: debbugs:97978
* | Fix package.el dependency handling so that `require' calls work.Chong Yidong2012-01-281-25/+36
| | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/package.el (package-maybe-load-descriptor): New function, split from package-maybe-load-descriptor. (package-maybe-load-descriptor): Use it. (package-download-transaction): Fully load required packages inside the loop, so that `require' calls work. (package-install): No need to call package-initialize now. Fixes: debbugs:10593
* | Doc fix for lexical-binding being in line one.Glenn Morris2012-01-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00543.html * doc/lispref/variables.texi (Using Lexical Binding): Mention that lexical-binding should be set in the first line. * src/lread.c (syms_of_lread): Doc fix. * lisp/emacs-lisp/tabulated-list.el, lisp/progmodes/f90.el: Move lexical-binding file-local to line one. * etc/NEWS: lexical-binding should be ine the first line.
* | Duplicate-word and spelling fixes.Paul Eggert2012-01-102-2/+2
| |
* | Commit of auto-generated files.Eli Zaretskii2012-01-061-2/+2
| |
* | Trivial bytecomp.el fix for file-local buffer-read-only.Glenn Morris2012-01-051-1/+3
| | | | | | | | | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file local setting of buffer-read-only to the input buffer. Fixes: debbugs:10419
* | Auto-commit of loaddefs files.Glenn Morris2012-01-051-4/+4
| |
* | Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0574-74/+74
| |
* | * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.Andreas Schwab2011-12-311-31/+31
| |
* | Spelling fixes.Paul Eggert2011-12-303-3/+3
| |
* | Spelling fixes.Paul Eggert2011-12-292-2/+2
| |
* | Spelling fixes.Paul Eggert2011-12-181-1/+1
| |
* | Spelling fixes.Paul Eggert2011-12-141-5/+5
| |
* | Fix typos.Juanma Barranquero2011-12-091-2/+2
| |
* | * lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt.Stefan Monnier2011-12-081-0/+1
| | | | | | | | Fixes: debbugs:10244
* | * lisp/emacs-lisp/package.el (package-archives): Doc fix re riskiness.Glenn Morris2011-12-061-1/+6
| |
* | * lisp/emacs-lisp/assoc.el (aput): Fix return valueChristopher Genovese2011-12-051-4/+3
| | | | | | | | Fixes: debbugs:10146
* | Spelling fixes.Paul Eggert2011-12-042-2/+2
| |
* | * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.Chong Yidong2011-11-281-4/+4
| |
* | Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-271-5/+5
| |
* | Spelling fixes.Paul Eggert2011-11-264-5/+5
| |
* | Fix typos.Juanma Barranquero2011-11-252-35/+35
| |
* | Fix "make autoloads" on MS-Windows.Eli Zaretskii2011-11-231-1/+5
| | | | | | | | | | lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): On MS-DOS and MS-Windows, compare with loaddefs.el case-insensitively.
* | Spelling fixes.Paul Eggert2011-11-223-3/+3
| |
* | Tell the caller that the next line needs recomputation, even though it ↵Lars Magne Ingebrigtsen2011-11-211-6/+10
| | | | | | | | | | | | doesn't start a sexp. Fixes: debbugs:10094
* | * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.Stefan Monnier2011-11-211-9/+1
| |
* | Fix typos.Juanma Barranquero2011-11-201-1/+1
| |
* | Spelling fixes.Paul Eggert2011-11-192-2/+2
| |
* | * lisp/emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.Stefan Monnier2011-11-191-4/+7
| | | | | | | | | | | | | | (byte-compile-global-not-obsolete-vars): New var. (byte-compile-check-variable, byte-compile-make-obsolete-variable): Use it. (byte-compile-warn-obsolete): Align text with the one in *Help*.
* | Fix typos.Juanma Barranquero2011-11-202-2/+2
| |
* | Spelling fixes.Paul Eggert2011-11-193-3/+3
| |
* | Spelling fixes.Paul Eggert2011-11-194-4/+4
| |
* | * lisp/emacs-lisp/smie.el: Improve warnings and conflict detection.Stefan Monnier2011-11-181-46/+109
| | | | | | | | | | | | | | | | | | | | (smie-warning-count): New var. (smie-set-prec2tab): Use it. (smie-bnf->prec2): Improve warnings. Add docstring. (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist. (smie-bnf--set-class): New function. (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix corner case.
* | Spelling fixes.Paul Eggert2011-11-181-1/+1
| |
* | autoload.el fix for bug#10049Glenn Morris2011-11-171-0/+7
| | | | | | | | | | | | * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Ignore buffer-local generated-autoload-file if it is the same as the global value.
* | Spelling fixes.Paul Eggert2011-11-173-5/+6
| |
* | Fix typos.Juanma Barranquero2011-11-162-2/+2
| |
* | * autoconf.el (autoconf-mode): Fix comment-start-skip regexp.Chong Yidong2011-11-161-1/+1
| | | | | | | | Fixes: debbugs:10033
* | Fix typos.Juanma Barranquero2011-11-154-16/+16
| |
* | Spelling fixes.Paul Eggert2011-11-141-1/+1
| |