summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (eldoc-docstring-first-line): Don't matchMartin Rudalics2008-11-281-1/+3
| | | | any but the first "*" in a doc-string.
* Fix typo in previous commit.Juanma Barranquero2008-11-261-1/+1
|
* (forward-sexp, backward-sexp, mark-sexp)Alan Mackenzie2008-11-261-14/+29
| | | | | | | (forward-list, backward-list, down-list, backward-up-list) (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list) (insert-pair, insert-parentheses): State that the command assumes that point is not in a string or comment.
* * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.Juanma Barranquero2008-11-241-1/+1
|
* (elp-instrument-list): Check argument type explicitly. Doc fix.Chong Yidong2008-11-241-2/+5
|
* (byte-compile-butlast): Move up in file.Chong Yidong2008-11-211-101/+86
| | | | | | | | | | | | | | | (byte-optimize-plus): Don't call byte-optimize-delay-constants-math (bug#1334). Use byte-optimize-predicate to optimize constants. (byte-optimize-minus): Don't call byte-optimize-delay-constants-math. Remove zero arguments first if possible. Call byte-optimize-predicate to optimize constants. (byte-optimize-multiply): Remove optimizations for arguments of 0 and 2, which may be inaccurate. Optimize (* x -1) to (- x). Call byte-optimize-predicate. (byte-optimize-divide): Leave runtime errors unchanged. Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
* Update.Andreas Schwab2008-11-211-1/+1
|
* * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)Juanma Barranquero2008-11-201-21/+21
| | | | | | | | | | | | (byte-compile-output-docform): Reflow docstrings. (no-byte-compile): Fix typo in docstring. (byte-recompile-directory, compile-defun): Doc fixes. (emacs-lisp-file-regexp, byte-compile-verbose) (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors) (byte-compile-dynamic-docstrings, byte-optimize-log) (byte-compile-error-on-warn, byte-compile-warnings) (byte-compile-generate-call-tree, byte-compile-call-tree-sort): Remove * from defcustom docstrings.
* Comment.Glenn Morris2008-11-201-0/+2
|
* (floor*, ceiling*, truncate*, round*, mod*): Declare.Glenn Morris2008-11-191-0/+8
|
* (emacs-lisp-mode-map): Fix a/an typo.Glenn Morris2008-11-191-3/+3
| | | | Use the imperative for all help strings.
* (find-function-advised-original): New.Glenn Morris2008-11-151-6/+22
| | | | | | | (find-function-C-source, find-function-noselect): Use find-function-advised-original to handle advised funcs. (Bug#789) (find-function-noselect): Add missing "is" in alias message.
* (byte-compile-associative)Chong Yidong2008-11-141-20/+33
| | | | | (byte-compile-minus, byte-compile-quo): If there are more than two operands, don't use binary operation code (bug#1334).
* * w32-fns.el (w32-shell-dos-semantics):Juanma Barranquero2008-11-141-1/+1
| | | | | | | | | | | | | | | | | | | * calendar/diary-lib.el (diary-face-attrs): * international/mule-cmds.el (set-default-coding-systems) (prefer-coding-system): * net/tramp.el (tramp-set-completion-function): * progmodes/vhdl-mode.el (vhdl-file-header): * term/pc-win.el (msdos-show-help): Fix typos in docstrings. * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value. * files.el (enable-local-eval, not-modified, kill-buffer-ask) (kill-matching-buffers, save-buffers-kill-emacs) (save-buffers-kill-terminal): Fix typos in docstrings. (switch-to-buffer-other-window): Reflow docstring. (revert-buffer): Doc fix. (define-project-bindings): Rename arg LIST to SETTINGS. (project-find-settings-file): Use `let', not `let*'. Use `when'.
* (lisp-mode-variables): Add new argumentDan Nicolaescu2008-11-071-6/+8
| | | | | to initialize font-lock keyword case sensitivity. (lisp-mode): Use it.
* (save-selected-window): Remove indent-function forMartin Rudalics2008-11-041-1/+0
| | | | save-selected-window-norecord.
* * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change fromChong Yidong2008-11-031-2/+0
| | | | 2000-12-08 (bug#1297) :-O
* (save-selected-window-norecord): PutMartin Rudalics2008-11-021-0/+1
| | | | indent-function for save-selected-window-norecord.
* Fix typos in docstrings.Juanma Barranquero2008-11-011-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus-edit.el (customize-apropos-options, custom-comment) (custom-comment-tag, custom-face-edit-attribute-tag): Fix typos in docstrings. (custom-buffer-done-kill): Remove * from defcustom docstring. (custom-file): Fix typo in doc of defcustom choice. * frame.el (display-visual-class): Fix typo in docstring. (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist) (special-display-frame-alist, show-trailing-whitespace) (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval) (display-hourglass, hourglass-delay, cursor-in-non-selected-windows): Remove * from defcustom docstrings. * md4.el (md4-buffer): Fix typo in docstring. (md4, md4-64): Doc fixes. (md4-pack-int32): Reflow docstring. * paths.el (rmail-file-name): Remove * from defcustom docstring. (prune-directory-list, gnus-nntp-service): Fix typos in docstrings. * rect.el (open-rectangle): Reflow docstring. (spaces-string): Fix docstring typo. Use "?\s" instead of "? ". * select.el (x-get-cut-buffer): Fix typo in docstring. * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute) (timezone-time-zone-from-absolute, timezone-leap-year-p): Fix typos in docstrings. * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake): Fix typos in docstrings.
* Update.Juanma Barranquero2008-10-231-1/+1
|
* (flet): Throw an error when trying to byte-compile a redefinition of aGlenn Morris2008-10-231-4/+8
| | | | function with special byte-compile handling. (Bug#411)
* (display-warning): Issue a message if called during daemonChong Yidong2008-10-111-12/+23
| | | | initialization.
* (rx-constituents): Change `anything' to callChong Yidong2008-10-071-106/+275
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rx-anything. Change `not-wordchar' assignment to "\\W" from "[^[:word:]]". (rx-group-if): New function. (rx-parent): New variable. (rx-and, rx-or): Put shy groups only when necessary. (rx-bracket): Remove. (rx-anything): New function. (rx-any-delete-from-range, rx-any-condense-range) (rx-check-any-string): New functions. (rx-check-any): Return result as a list. Don't convert chars to strings. Don't prepend "\\" to "^". Don't search for close bracket. Check char category string. Call rx-form instead of rx-to-string. (rx-any): Rebuid to complete the function. (rx-check-not): Fix char category regexp pattern string. Call rx-form instead of rx-to-string. (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to "[^^]". Call regexp-quote for one char string when not called from rx-not. Add "\\w", and toggle to upcase. Add the case of "\\[SCBW]" to toggle. (rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form instead of rx-to-string. (rx-kleene): Call rx-form instead of rx-to-string. Call rx-group-if to adjust putting of shy groups. (rx-atomic-p): Make check more precisely. (rx-eval, rx-greedy): Call rx-form instead of rx-to-string. (rx-regexp): Call rx-group-if. (rx-form): New function. (rx-to-string): Call rx-form, rx-group-if. Refine definition of NO-GROUP.
* (syntax-ppss): Doc fix.Andreas Schwab2008-10-061-1/+1
|
* (rx): Docstring fix.Stefan Monnier2008-10-031-3/+0
|
* *** empty log message ***Martin Rudalics2008-09-231-1436/+1436
|
* (calculate-lisp-indent): Fix indentation problem with keyword symbolsMartin Rudalics2008-09-231-1433/+1436
| | | | when a list starts with ,@ or spaces. (Bug#1012)
* (lisp-indent-offset): Fix custom type. (Bug#1011)Glenn Morris2008-09-201-1/+1
|
* Ulrich Mueller <ulm at kph.uni-mainz.de>Glenn Morris2008-09-201-19/+19
| | | | | Change encoding of file to utf-8. (authors-coding-system): Likewise.
* tq.el: Disable undo in buffer.Michael Olson2008-09-201-0/+1
|
* (try-face-font): Remove dead alias.Glenn Morris2008-09-021-1/+2
|
* (debug): When killing a noninteractive Emacs, give exit status -1.Chong Yidong2008-08-281-1/+1
|
* Revert last change.Chong Yidong2008-08-151-3/+1
|
* (lisp-complete-symbol): Supply match-size to display-completion-list.Chong Yidong2008-08-141-10/+11
|
* (easy-menu-add): Don't precompute keybindingsStefan Monnier2008-08-141-17/+6
| | | | | since those precomputed values aren't used any more. (easy-menu-precalculate-equivalent-keybindings): Obsolete.
* (beginning-of-defun): Doc fix.Chong Yidong2008-08-111-16/+21
|
* * bitmaps/README:Dan Nicolaescu2008-07-311-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xfns.c: * termcap.c: * term.c: * syswait.h: * systty.h: * systime.h: * syssignal.h: * sysdep.c: * process.h: * process.c: * print.c: * ndir.h: * lread.c: * keyboard.c: * getpagesize.h: * floatfns.c: * fileio.c: * emacs.c: * doc.c: * dispnew.c: * dired.c: * data.c: * callproc.c: * buffer.c: * README: * Makefile.in: * s/template.h: * s/msdos.h: * m/vax.h: Remove VMS support. * s/vms.h: * vlimit.h: * uaf.h: * temacs.opt: * param.h: * ioctl.h: Remove file. * descrip.mms: * compile.com: Remove file. * Create.c: Remove VMS support. * message.el (Module): * gnus-start.el (Module): * gnus-registry.el (Module): * textmodes/texinfmt.el: * nxml/nxml-enc.el: * mail/feedmail.el: * international/mule.el: * international/latexenc.el: * emulation/viper-util.el: * emulation/viper-init.el: * emulation/viper-ex.el: * emacs-lisp/bytecomp.el: * version.el: * subr.el: * startup.el: * sort.el: * shadowfile.el: * recentf.el: * printing.el: * paths.el: * minibuffer.el: * ls-lisp.el: * loadup.el: * hippie-exp.el: * finder.el: * files.el: * ediff-util.el: * ediff-ptch.el: * ediff-init.el: * ediff-diff.el: * dired.el: * dired-aux.el: * cus-edit.el: * bindings.el: * arc-mode.el: * add-log.el: Remove VMS support. * obsolete/vmsproc.el: * obsolete/vms-pmail.el: * obsolete/vms-patch.el: Remove file. * etags.c: * emacsclient.c: Remove VMS support. * termcap.src: Remove file. * README: * PROBLEMS: * MACHINES: Remove VMS info. * ediff.texi: Remove VMS support. * os.texi: * intro.texi: * files.texi: Remove VMS support. * emacs.texi: Remove VMS support. * make-dist: * README: Remove VMS support. * vms: Remove directory.
* apply patch from Seiji Zenitani to find doc strings in ns*.m filesAdrian Robert2008-07-281-1/+1
|
* Regenerate.Glenn Morris2008-07-161-1/+1
|
* Regenerate.Glenn Morris2008-07-161-7/+2
|
* Simply require 'cl (silences spurious warnings).Glenn Morris2008-07-162-9/+12
|
* Simply require 'cl (silences spurious warnings).Glenn Morris2008-07-161-8/+1
| | | | (cl-compile-time-init): Remove function.
* (cl-do-pop, cl-mapcar-many): Declare for compiler.Glenn Morris2008-07-161-6/+11
| | | | | (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook directly. Provide cl before loading cl-macs.
* (check-declare-locate, check-declare-verify): Handle .m files.Glenn Morris2008-07-161-3/+3
|
* (help-xref-interned): Declare.Glenn Morris2008-06-211-0/+2
|
* (easy-mmode-set-keymap-parents): Evaluate definition when compiling.Glenn Morris2008-06-211-11/+12
|
* (define-derived-mode): Add `doc-string' declaration.John Paul Wallington2008-06-211-1/+2
|
* (checkdoc-start-section, checkdoc-error):Stefan Monnier2008-06-201-2/+5
| | | | Bind inhibit-read-only since the buffer is always read-only.
* (byte-compile-maybe-guarded): Doc fix.Glenn Morris2008-06-131-2/+2
|
* (map-y-or-n-p): Accept non-char events.Stefan Monnier2008-06-121-4/+3
|