| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Spelling fixes | Paul Eggert | 2017-09-10 | 1 | -2/+2 |
| | | | | | | | * lisp/progmodes/cc-langs.el: (c-ambiguous-overloadable-or-identifier-prefixes): Rename from c-ambiguous-overloadable-or-identifier-prefices. Caller changed. | ||||
| * | Introduce defcustom 'executable-prefix-env' | Andrew L. Moore | 2017-07-22 | 1 | -11/+25 |
| | | | | | | | | | | * lisp/progmodes/executable.el (executable-prefix): Update the doc string. (executable-prefix-env): New defcustom. (executable-set-magic): Use executable-prefix-env. * etc/NEWS: Document the new variable. | ||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Quoting fixes in lisp/progmodes | Paul Eggert | 2015-08-30 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/cc-engine.el (c-bos-report-error): * lisp/progmodes/cpp.el (cpp-edit-reset): * lisp/progmodes/ebrowse.el (ebrowse-tags-apropos): * lisp/progmodes/etags.el (etags-tags-apropos-additional) (etags-tags-apropos, list-tags, tags-apropos): * lisp/progmodes/executable.el (executable-set-magic): * lisp/progmodes/octave.el (octave-sync-function-file-names) (octave-help, octave-find-definition-default-filename) (octave-find-definition): Respect text quoting style in doc strings and diagnostics. * lisp/progmodes/cc-langs.el (c-populate-syntax-table): * lisp/progmodes/verilog-mode.el (verilog-auto-reset-widths): * lisp/progmodes/vhdl-mode.el (vhdl-electric-quote): Escape apostrophes in doc strings. * lisp/progmodes/cmacexp.el (c-macro-expansion): Use straight quoting in ASCII comment. * lisp/progmodes/idlwave.el (idlwave-auto-fill-split-string) (idlwave-pad-keyword): * lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate) (vhdl-electric-open-bracket, vhdl-electric-close-bracket): (vhdl-electric-semicolon, vhdl-electric-comma) (vhdl-electric-period, vhdl-electric-equal): Use directed quotes in diagnostics and doc strings. | ||||
| * | * lisp/progmodes/executable.el (executable-self-display): Obsolete. | Glenn Morris | 2015-06-10 | 1 | -1/+3 |
| | | | | | | | | No longer autoload. * doc/misc/autotype.texi (Executables): Undocument executable-self-display. | ||||
| * | * lisp/progmodes/executable.el (executable-self-display): | Glenn Morris | 2015-06-10 | 1 | -2/+2 |
| | | | | | | Use non-obsolete tail syntax. (Bug#20779) (executable-self-display): Doc update. | ||||
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Use with-demoted-errors now that it can format any error messages | Glenn Morris | 2013-09-11 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | | * dframe.el (dframe-timer-fn): * files.el (dir-locals-read-from-file): * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run, mpc-format): * reveal.el (reveal-post-command): * saveplace.el (load-save-place-alist-from-file): * shell.el (shell-resync-dirs): * w32-common-fns.el (x-get-selection-value): * emacs-lisp/copyright.el (copyright-find-copyright): * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info): * emulation/tpu-edt.el (tpu-copy-keyfile): * play/bubbles.el (bubbles--mark-neighbourhood): * progmodes/executable.el (executable-make-buffer-file-executable-if-script-p): * term/pc-win.el (x-get-selection-value): Use with-demoted-errors. | ||||
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Bump executable-prefix :version | Glenn Morris | 2012-08-22 | 1 | -0/+1 |
| | | |||||
| * | Set `executable-prefix' to "#!" instead of "#! ". | Bastien Guerry | 2012-08-22 | 1 | -1/+1 |
| | | | | | | | | See http://www.in-ulm.de/~mascheck/various/shebang/#details for details on why the blank space is never needed. Thanks to Leo for the patch. | ||||
| * | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -7/+7 |
| | | |||||
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | | |||||
| * | Small executable.el fix related to bug#9879. | Glenn Morris | 2011-11-13 | 1 | -6/+10 |
| | | | | | | | * lisp/progmodes/executable.el (executable-make-buffer-file-executable-if-script-p): Handle file-modes returning nil. | ||||
| * | lisp/progmodes/*.el: Lexical-binding cleanup. | Juanma Barranquero | 2011-04-22 | 1 | -1/+3 |
| | | |||||
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| | | |||||
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| | | |||||
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | | |||||
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | | |||||
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -2/+2 |
| | | |||||
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | | |||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | Update copyright for 2006. | Nick Roberts | 2006-02-10 | 1 | -1/+1 |
| | | |||||
| * | Update copyright for release of 22.1 for progmodes directory. | Nick Roberts | 2005-08-01 | 1 | -1/+2 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (executable): Finish `defgroup' description with period. | Juanma Barranquero | 2005-07-04 | 1 | -2/+2 |
| | | | | | (executable-set-magic): "?\ " -> "?\s". | ||||
| * | (executable-find): Move to files.el. | Stefan Monnier | 2005-05-11 | 1 | -25/+1 |
| | | |||||
| * | (executable-interpret): Eliminate obsolete compile-internal, and switch to ↵ | Daniel Pfeiffer | 2004-12-15 | 1 | -7/+7 |
| | | | | | comint for interaction. | ||||
| * | (executable-command-find-posix-p): Fix choice of the directory. | Markus Rost | 2004-02-18 | 1 | -6/+2 |
| | | |||||
| * | (executable-command-find-posix-p): Doc fix. | Andreas Schwab | 2004-02-01 | 1 | -2/+2 |
| | | |||||
| * | (executable-command-find-posix-p): | Richard M. Stallman | 2004-01-29 | 1 | -0/+25 |
| | | | | | New. Check if find handles arguments Posix-style. | ||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | | |||||
| * | (executable-set-magic): Remove unused vars `point' and `buffer-modified-p'. | Stefan Monnier | 2003-05-18 | 1 | -30/+24 |
| | | |||||
| * | (executable-binary-suffixes): Make varalias. | Stefan Monnier | 2001-10-14 | 1 | -7/+3 |
| | | | | | | (executable-find): Use exec-suffixes. (executable-set-magic): Don't use make-local-hook. | ||||
| * | (executable-set-magic): If | Gerd Moellmann | 2001-08-07 | 1 | -3/+9 |
| | | | | | | executable-find returns a quoted file name, unquote it before inserting it. | ||||
| * | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 1 | -1/+1 |
| | | |||||
| * | (executable-make-buffer-file-executable-if-script-p): Check that | Gerd Moellmann | 2000-08-29 | 1 | -1/+2 |
| | | | | | buffer contains at least 2 characters. | ||||
| * | (executable-make-buffer-file-executable-if-script-p): Renamed and | Dave Love | 2000-06-09 | 1 | -7/+4 |
| | | | | | simplified. | ||||
| * | Byte compile dynamic. | Dave Love | 2000-06-09 | 1 | -8/+29 |
| | | | | | | | | (executable-insert): Change custom type. (executable-find): Add autoload cookie. (make-buffer-file-executable-if-script-p): New function from Noah Friedman. | ||||
| * | Update comment. | Karl Heuer | 1998-12-14 | 1 | -2/+1 |
| | | |||||
| * | (executable-query): Use `other' widget | Andreas Schwab | 1998-06-24 | 1 | -2/+2 |
| | | | | | type. | ||||
| * | (executable-binary-suffixes): New variable. | Richard M. Stallman | 1998-06-23 | 1 | -7/+19 |
| | | | | | (executable-find): Use it to look for executable program files. | ||||
| * | (executable-chmod): Fix customize type. | Richard M. Stallman | 1997-09-09 | 1 | -1/+2 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1997-05-27 | 1 | -1/+2 |
| | | |||||
| * | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -13/+33 |
| | | |||||
| * | (executable-insert): Doc fix. | Richard M. Stallman | 1996-09-04 | 1 | -11/+7 |
| | | | | | (executable-query): Doc fix. | ||||