1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

70921 Commits

Author SHA1 Message Date
Alan Mackenzie
c382ec4021 (c-other-decl-block-key-in-symbols-alist): new language variable. 2007-08-25 16:54:09 +00:00
Alan Mackenzie
a335046bf5 (c-brace-anchor-point): new function. (c-add-stmt-syntax): Give accurate
anchor points for "namespace", "extern" etc., rather than BOI.  Fix
addition of spurious syntactic-symbol 'defun-block-intro, replacing it
with 'innamespace, etc.
2007-08-25 16:50:26 +00:00
Alan Mackenzie
d3a7247860 *** empty log message *** 2007-08-25 16:43:46 +00:00
Reiner Steib
2cbde70235 (cvs-query-directory): Only prompt when prefix is given.
Don't behave differently when executed via M-x.  Add doc string.
2007-08-25 12:18:43 +00:00
Eli Zaretskii
ca4ea90fa9 (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
in case srcdir=. and file is copied into itself.
2007-08-25 10:59:32 +00:00
Eli Zaretskii
7d477c58b0 Texinfo 4.6 is required. 2007-08-25 10:53:27 +00:00
Karl Berry
6ea4d0d7cb no "per johns", I wrote this change 2007-08-24 22:54:44 +00:00
Glenn Morris
d3c2b0220d (backup-buffer-copy): Fully revert change. Sigh. 2007-08-24 07:11:54 +00:00
Glenn Morris
dadeaf0502 Ulrich Mueller <ulm at gentoo.org> (tiny change)
(backup-buffer-copy): Don't wrap delete in condition-case, only try to
delete if file exists.
2007-08-24 03:09:33 +00:00
Glenn Morris
c235792646 (backup-buffer-copy): Revert 2007-08-22 change. 2007-08-24 03:07:35 +00:00
Glenn Morris
2933cd39a6 *** empty log message *** 2007-08-24 03:02:18 +00:00
Glenn Morris
708b60fbe2 *** empty log message *** 2007-08-24 02:34:06 +00:00
Stefan Monnier
9edd6ee65a (defcustom, x-color-defined-p, cperl-is-face)
(cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
(cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
(cperl-etags-goto-tag-location): Use new style backquotes.
2007-08-23 21:04:51 +00:00
Richard M. Stallman
c73b40737d *** empty log message *** 2007-08-23 20:57:06 +00:00
Stefan Monnier
a621c46e3e (complete-with-action): Backport from trunk (for vc-arch.el).
(dynamic-completion-table): Use it it.
2007-08-23 18:42:38 +00:00
Stefan Monnier
5e835c9f55 Remove spurious * in custom docstrings.
(browse-url-filename-alist): Use new-style backquote.
2007-08-23 18:41:14 +00:00
Stefan Monnier
f512054743 (cvs-mode-status): Fix long-standing typo. 2007-08-23 18:39:32 +00:00
Stefan Monnier
727fb8cc41 (backquote-unquote-symbol, backquote-splice-symbol):
Backslash the , and ,@ which are not new-style unquotes.
2007-08-23 18:39:20 +00:00
Stefan Monnier
2fa9dc2f3a (edebug-list-form, edebug-match-symbol, \,)
(\,@): Backslash the , and ,@ which are not new-style unquotes.
2007-08-23 18:38:33 +00:00
Stefan Monnier
1c232e1069 (\,): Calrify it's not a new-style unquote. 2007-08-23 18:37:20 +00:00
Stefan Monnier
8d559559ce (socks-username/password-auth-filter):
Remove unused vars `state' and `desired-len'.
(socks-parse-services, socks-nslookup-host): Use with-current-buffer.
(socks-wait-for-state-change): Use new-style backquotes.
2007-08-23 18:36:07 +00:00
Stefan Monnier
67d0660b15 Use with-current-buffer.
(gnus-pick-setup-message): Fix long-standing typo.
2007-08-23 18:27:41 +00:00
Stefan Monnier
7b5bd91f85 Fix up comment style.
(sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
(sha1-OP, sha1-add-to-H): Use new-style backquotes.
2007-08-23 18:25:48 +00:00
Stefan Monnier
efdee9ddf0 Fix up comment style.
(hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2007-08-23 18:22:39 +00:00
Stefan Monnier
36e65f7059 (byte-compile-from-buffer): Check old-style backquotes after each `read'
rather than once per buffer to get more precise location info.
2007-08-23 18:19:56 +00:00
Stefan Monnier
78b35906a9 Remove spurious * in custom docstrings.
(dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
(dframe-xemacs20p): Remove, inline at the sole use point.
(defface): Don't defvar the face, don't use old-style backquote.
(defcustom): Don't use old-style backquote.
(dframe-frame-parameter, dframe-mouse-event-p):
Make it obvious that it's always defined.
(dframe-popup-kludge): New function to replace
dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
(dframe-frame-mode, dframe-set-timer-internal)
(dframe-mouse-set-point): Remove use of with-no-warnings from
XEmacs-specific code.
(dframe-set-timer-internal): Fix very old bug with
post-command-idle-hook.
2007-08-23 18:18:26 +00:00
Stefan Monnier
c30da26510 (load_warn_old_style_backquotes): Fix weird typo. 2007-08-23 16:20:34 +00:00
Stefan Monnier
b636b4c1c5 (load_warn_old_style_backquotes): Fix up array size typo. 2007-08-23 16:15:14 +00:00
Stefan Monnier
5ebfbcdc3f (byte-optimize-featurep): Also handle `sxemacs'. 2007-08-23 15:11:31 +00:00
Glenn Morris
bde217b20e Update GPL version for Emacs images. 2007-08-23 03:27:16 +00:00
Chong Yidong
b27116d4e4 (image-minor-mode): Use image-mode-text-map. 2007-08-22 22:27:08 +00:00
Chong Yidong
8819232d8b * image-mode.el (image-minor-mode): Use image-mode-text-map. 2007-08-22 22:26:56 +00:00
Karl Berry
f9d5a179d6 refcard.ps too 2007-08-22 20:16:05 +00:00
Karl Berry
af1b9aeda9 refcard updates for printing 2007-08-22 20:14:13 +00:00
Reiner Steib
aee002637a (sort-fold-case, sort-numeric-base): Mark as safe-local-variable. 2007-08-22 19:42:19 +00:00
Stefan Monnier
378f9937f1 (browse-url-emacs): New function. 2007-08-22 18:52:59 +00:00
Stefan Monnier
ea26cc2e3d Anal retentive pickiness on my part. 2007-08-22 16:48:08 +00:00
Glenn Morris
ab337e2590 Don't use `iff'. 2007-08-22 16:47:00 +00:00
Stefan Monnier
1d06469794 (Qold_style_backquotes): New var.
(syms_of_lread): Init and staticpro it.
(load_warn_old_style_backquotes): New fun.
(Fload): Use them to warn about old style backquotes.
(end_of_file_error, Fload): Remove unused vars.
2007-08-22 16:46:45 +00:00
Stefan Monnier
5772ed4bf3 (Fclear_face_cache, Fx_send_client_event): Declare. 2007-08-22 16:44:09 +00:00
Stefan Monnier
ff11045092 (byte-compile-from-buffer): Display a big fat warning for old style backquotes. 2007-08-22 16:08:42 +00:00
Stefan Monnier
5aa273b0a6 (syms_of_lread): Export old-style-backquotes to Elisp. 2007-08-22 15:55:10 +00:00
Stefan Monnier
008e2c2a69 (byte-compile-log-file, byte-recompile-directory, byte-compile-file)
(byte-compile-from-buffer): Use with-current-buffer.
2007-08-22 15:51:13 +00:00
Stefan Monnier
9ecb827bd9 (Vold_style_backquotes): New var.
(syms_of_lread): Init and staticpro it.
(read1): Set it when we find an old-style (back)quote.
2007-08-22 15:43:46 +00:00
Stefan Monnier
1d7e635667 (text-invisible-p): Rename from line-move-invisible-p.
(line-move-invisible-p): Keep as an obsolete alias, just to be safe.
(line-move-1, line-move-finish, line-move-to-column)
(move-end-of-line, move-beginning-of-line): Use new name.
2007-08-22 15:31:31 +00:00
Jason Rumney
32e1c7b132 (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator. 2007-08-22 14:35:05 +00:00
Glenn Morris
e6754bfca5 (backup-buffer-copy): Check backup directory is writable, to avoid
infloop deleting old backup.
2007-08-22 03:47:35 +00:00
Glenn Morris
816d4e8d28 *** empty log message *** 2007-08-22 03:47:12 +00:00
Glenn Morris
f2d2775a31 Comment. 2007-08-22 03:34:13 +00:00
Glenn Morris
c27ed12d73 (rmail-movemail-variant-p): Call on load to set movemail related variables.
(rmail-insert-inbox-text): Use only rmail-movemail-program, which
will now be set before this is called.
2007-08-22 03:33:37 +00:00