Paul Eggert
7e09ef09a4
Update copyright year to 2015
...
Run admin/update-copyright.
2015-01-01 14:26:41 -08:00
Paul Eggert
ba3189039a
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
Glenn Morris
30213927b6
Use with-demoted-errors now that it can format any error messages
...
* 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.
2013-09-11 22:32:57 -07:00
Paul Eggert
ab422c4d68
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Glenn Morris
1d0f71d37a
Bump executable-prefix :version
2012-08-22 13:34:50 -04:00
Bastien Guerry
0fcd3d9fa4
Set `executable-prefix' to "#!" instead of "#! ".
...
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.
2012-08-22 18:58:14 +02:00
Chong Yidong
fb7ada5f94
Remove * characters from the front of variable docstrings.
2012-04-09 21:05:48 +08:00
Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Glenn Morris
56632ce4cd
Small executable.el fix related to bug#9879.
...
* lisp/progmodes/executable.el
(executable-make-buffer-file-executable-if-script-p):
Handle file-modes returning nil.
2011-11-13 18:14:01 -08:00
Juanma Barranquero
e02f48d76b
lisp/progmodes/*.el: Lexical-binding cleanup.
2011-04-22 20:44:26 +02:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Glenn Morris
b1fc2b5014
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 07:25:26 +00:00
Glenn Morris
4e643dd23c
Add 2008 to copyright years.
2008-01-07 02:11:00 +00:00
Glenn Morris
1a484753b2
Switch license to GPLv3 or later.
2007-07-25 04:29:40 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Nick Roberts
d91362c9e0
Update copyright for 2006.
2006-02-10 09:00:31 +00:00
Nick Roberts
034babe1e1
Update copyright for release of 22.1 for progmodes directory.
2005-08-01 08:43:45 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Juanma Barranquero
67da3b400f
(executable): Finish `defgroup' description with period.
...
(executable-set-magic): "?\ " -> "?\s".
2005-07-04 03:05:17 +00:00
Stefan Monnier
ba47dcb288
(executable-find): Move to files.el.
2005-05-11 16:42:40 +00:00
Daniel Pfeiffer
78f617dde4
(executable-interpret): Eliminate obsolete compile-internal, and switch to comint for interaction.
2004-12-15 21:28:02 +00:00
Markus Rost
c6190ba03b
(executable-command-find-posix-p): Fix choice of the directory.
2004-02-18 20:48:26 +00:00
Andreas Schwab
679be51789
(executable-command-find-posix-p): Doc fix.
2004-02-01 16:27:34 +00:00
Richard M. Stallman
1476871642
(executable-command-find-posix-p):
...
New. Check if find handles arguments Posix-style.
2004-01-29 17:53:17 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Stefan Monnier
1d88c1b3cd
(executable-set-magic): Remove unused vars point' and
buffer-modified-p'.
2003-05-18 21:37:23 +00:00
Stefan Monnier
2d08a2d49a
(executable-binary-suffixes): Make varalias.
...
(executable-find): Use exec-suffixes.
(executable-set-magic): Don't use make-local-hook.
2001-10-14 20:09:46 +00:00
Gerd Moellmann
6c233cc083
(executable-set-magic): If
...
executable-find returns a quoted file name, unquote it before
inserting it.
2001-08-07 09:47:06 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Gerd Moellmann
fd5f61d362
(executable-make-buffer-file-executable-if-script-p): Check that
...
buffer contains at least 2 characters.
2000-08-29 19:29:27 +00:00
Dave Love
cc7e1d188e
(executable-make-buffer-file-executable-if-script-p): Renamed and
...
simplified.
2000-06-09 09:59:41 +00:00
Dave Love
778e1d17ed
Byte compile dynamic.
...
(executable-insert): Change custom type.
(executable-find): Add autoload cookie.
(make-buffer-file-executable-if-script-p): New function from Noah
Friedman.
2000-06-09 09:38:58 +00:00
Karl Heuer
3e9103768f
Update comment.
1998-12-14 03:22:44 +00:00
Andreas Schwab
0c3ba9b27c
(executable-query): Use `other' widget
...
type.
1998-06-24 09:21:03 +00:00
Richard M. Stallman
80e1568a89
(executable-binary-suffixes): New variable.
...
(executable-find): Use it to look for executable program files.
1998-06-23 18:37:01 +00:00
Richard M. Stallman
9cbf5df254
(executable-chmod): Fix customize type.
1997-09-09 02:57:27 +00:00
Richard M. Stallman
0acdb86326
Comment change.
1997-05-27 19:51:23 +00:00
Richard M. Stallman
bbf5eb2805
Add defgroup's; use defcustom for user vars.
1997-04-12 03:18:33 +00:00
Richard M. Stallman
8d4e82b502
(executable-insert): Doc fix.
...
(executable-query): Doc fix.
1996-09-04 17:02:12 +00:00
Richard M. Stallman
77a039e27b
(executable-find): Doc fix.
1996-07-21 19:49:45 +00:00
Karl Heuer
6ddc496fa7
(executable-find): Doc fix.
1996-07-21 17:53:08 +00:00
Karl Heuer
3fbe47598e
(executable-set-magic): Don't put a space at end
...
if user says no.
1996-07-15 20:18:18 +00:00
Richard M. Stallman
77f76e3e1b
(executable-set-magic): Add space at end of line
...
if user says no to adding the shell's usual arguments.
Don't clear the buffer's modified-flag.
1996-06-29 00:57:36 +00:00
Richard M. Stallman
252ed27682
Comment change.
1996-03-01 05:26:29 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Karl Heuer
291c92b777
(executable-find): Renamed from `executable'.
...
(executable-set-magic): Use new name `executable'. Fix messages.
Add save-excursion. Don't test this-command--use interactive
to get the information. Simplify considerably.
1996-01-09 23:17:18 +00:00