bpt/emacs.git
15 years ago(Serial Ports): Improve wording, suggested by RMS.
Eli Zaretskii [Sat, 10 Jan 2009 12:34:20 +0000 (12:34 +0000)]
(Serial Ports): Improve wording, suggested by RMS.

15 years ago(Character Properties): Improve wording.
Eli Zaretskii [Sat, 10 Jan 2009 12:30:41 +0000 (12:30 +0000)]
(Character Properties): Improve wording.

15 years ago(Lisp and Coding Systems): Document inhibit-null-byte-detection and
Eli Zaretskii [Sat, 10 Jan 2009 12:02:28 +0000 (12:02 +0000)]
(Lisp and Coding Systems): Document inhibit-null-byte-detection and
inhibit-iso-escape-detection.

15 years agoFix Bug #876:
Eli Zaretskii [Sat, 10 Jan 2009 10:43:11 +0000 (10:43 +0000)]
Fix Bug #876:

(info-insert-file-contents, Info-insert-dir): Bind inhibit-null-byte-detection
to non-nil.

15 years agoFix Bug #876:
Eli Zaretskii [Sat, 10 Jan 2009 10:41:23 +0000 (10:41 +0000)]
Fix Bug #876:

(inhibit_null_byte_detection): New variable.
(detect_coding, detect_coding_system): Don't pay attention to null bytes if
inhibit_null_byte_detection is non-zero.
(syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
<inhibit-iso-escape-detection>: Doc fix.

15 years ago(tool-bar-mode): Modify all frame parameters when
Martin Rudalics [Sat, 10 Jan 2009 09:51:28 +0000 (09:51 +0000)]
(tool-bar-mode): Modify all frame parameters when
toggling tool bars on.  (Bug#1754)

15 years agoPostscript image support apparently isn't complete on any platform
Jason Rumney [Sat, 10 Jan 2009 05:23:42 +0000 (05:23 +0000)]
Postscript image support apparently isn't complete on any platform
(see emacs-devel discussion concluding 2009-01-10 05:10 GMT)

15 years ago(gnus-summary-next-article): Revert last change by which XEmacs gets not to work.
Katsumi Yamaoka [Sat, 10 Jan 2009 00:31:55 +0000 (00:31 +0000)]
(gnus-summary-next-article): Revert last change by which XEmacs gets not to work.

15 years ago(add_font_entity_to_list): Don't report unknown
Jason Rumney [Fri, 9 Jan 2009 18:32:21 +0000 (18:32 +0000)]
(add_font_entity_to_list): Don't report unknown
Windows charset as any unrecognized registry. (Bug#1548)
Only report Unicode Plane 2 fonts as unicode-sip.

15 years agoRemove unused header
Jason Rumney [Fri, 9 Jan 2009 18:08:41 +0000 (18:08 +0000)]
Remove unused header

15 years ago(Font Lookup): Remove obsolete function
Chong Yidong [Fri, 9 Jan 2009 14:18:59 +0000 (14:18 +0000)]
(Font Lookup): Remove obsolete function
x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
(Low-Level Font): Rename from Fonts, move to end of Faces section.
(Font Selection): Reorder order of variable descriptions.  Minor
clarifications.

15 years agoUpdate node listing.
Chong Yidong [Fri, 9 Jan 2009 14:18:49 +0000 (14:18 +0000)]
Update node listing.

15 years ago* display.texi (Font Lookup): Remove obsolete function
Chong Yidong [Fri, 9 Jan 2009 14:18:39 +0000 (14:18 +0000)]
* display.texi (Font Lookup): Remove obsolete function
x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
(Low-Level Font): Rename from Fonts, move to end of Faces section.
(Font Selection): Reorder order of variable descriptions.  Minor
clarifications.

* elisp.texi (Top): Update node listing.

15 years agoLast change documented.
Chong Yidong [Fri, 9 Jan 2009 14:14:51 +0000 (14:14 +0000)]
Last change documented.

15 years ago*** The function x-font-family-list is now obsolete.
Chong Yidong [Fri, 9 Jan 2009 14:14:09 +0000 (14:14 +0000)]
*** The function x-font-family-list is now obsolete.
Instead, use the new function font-family-list.

15 years ago(Ffont_family_list): Return a list of strings, not symbols.
Chong Yidong [Fri, 9 Jan 2009 14:12:04 +0000 (14:12 +0000)]
(Ffont_family_list): Return a list of strings, not symbols.

15 years ago(Fx_font_family_list): Function deleted. Compatibility version moved
Chong Yidong [Fri, 9 Jan 2009 14:11:38 +0000 (14:11 +0000)]
(Fx_font_family_list): Function deleted.  Compatibility version moved
to faces.el.

15 years ago* xfaces.c (Fx_font_family_list): Function deleted. Compatibility
Chong Yidong [Fri, 9 Jan 2009 14:11:22 +0000 (14:11 +0000)]
* xfaces.c (Fx_font_family_list): Function deleted.  Compatibility
version moved to faces.el.

* font.c (Ffont_family_list): Return a list of strings, not
symbols.

15 years ago(face-valid-attribute-values): Use string as value for :family
Chong Yidong [Fri, 9 Jan 2009 14:11:12 +0000 (14:11 +0000)]
(face-valid-attribute-values): Use string as value for :family
attribute.  Now, font-family-list returns a list of strings.
(x-font-family-list): Obsolete compatibility version of function
from xfaces.c.

15 years ago* faces.el (face-valid-attribute-values): Use string as value for
Chong Yidong [Fri, 9 Jan 2009 14:10:46 +0000 (14:10 +0000)]
* faces.el (face-valid-attribute-values): Use string as value for
:family attribute.  Now, font-family-list returns a list of
strings.
(x-font-family-list): Obsolete compatibility version of function
from xfaces.c.

15 years ago(special-display-buffer-names)
Martin Rudalics [Fri, 9 Jan 2009 09:55:38 +0000 (09:55 +0000)]
(special-display-buffer-names)
(special-display-regexps, special-display-function): In
doc-strings say "same-window" instead of "same-buffer".

15 years ago* net/tramp.el: Revert previous patch. `last-command-char' is
Michael Albinus [Fri, 9 Jan 2009 08:15:27 +0000 (08:15 +0000)]
* net/tramp.el: Revert previous patch.  `last-command-char' is
used in code used only for XEmacs, where it is different from
`last-command-event'.

15 years ago(x_set_frame_parameters): Remember requested value for
Martin Rudalics [Fri, 9 Jan 2009 07:44:00 +0000 (07:44 +0000)]
(x_set_frame_parameters): Remember requested value for
fullscreen before it's reset by the parameter handler.

15 years ago(Command Loop Info): Say that last-command-char and last-input-char
Glenn Morris [Fri, 9 Jan 2009 05:22:19 +0000 (05:22 +0000)]
(Command Loop Info): Say that last-command-char and last-input-char
are obsolete aliases.

15 years ago(Minibuffer Commands): Use last-command-event rather than last-command-char.
Glenn Morris [Fri, 9 Jan 2009 05:22:05 +0000 (05:22 +0000)]
(Minibuffer Commands): Use last-command-event rather than last-command-char.

15 years ago(Edebug Recursive Edit): Remove references to
Glenn Morris [Fri, 9 Jan 2009 05:19:40 +0000 (05:19 +0000)]
(Edebug Recursive Edit): Remove references to
last-input-char and last-command-char, since they are just aliases for
last-input-event and last-command-event.

15 years agoRemove references to last-command-char and
Glenn Morris [Fri, 9 Jan 2009 05:16:23 +0000 (05:16 +0000)]
Remove references to last-command-char and
last-input-char, since these have been identical to last-command-event
and last-input-event since at least Emacs 19.
(edebug-outside-last-command-char, edebug-outside-last-input-char):
Remove.

15 years agoDon't set indent-tabs-mode.
Glenn Morris [Fri, 9 Jan 2009 05:05:28 +0000 (05:05 +0000)]
Don't set indent-tabs-mode.

15 years agoReplace last-input-char with last-input-event.
Glenn Morris [Fri, 9 Jan 2009 05:00:56 +0000 (05:00 +0000)]
Replace last-input-char with last-input-event.

15 years agoComment (replace last-input-char with last-input-event).
Glenn Morris [Fri, 9 Jan 2009 04:57:03 +0000 (04:57 +0000)]
Comment (replace last-input-char with last-input-event).

15 years agoReplace last-input-char with last-input-event.
Glenn Morris [Fri, 9 Jan 2009 04:55:50 +0000 (04:55 +0000)]
Replace last-input-char with last-input-event.

15 years agoReplace last-command-char with last-command-event.
Glenn Morris [Fri, 9 Jan 2009 04:44:15 +0000 (04:44 +0000)]
Replace last-command-char with last-command-event.

15 years agoReplace last-command-char with last-command-event.
Glenn Morris [Fri, 9 Jan 2009 04:36:00 +0000 (04:36 +0000)]
Replace last-command-char with last-command-event.

15 years agoReplace last-command-char with last-command-event.
Glenn Morris [Fri, 9 Jan 2009 04:29:16 +0000 (04:29 +0000)]
Replace last-command-char with last-command-event.

15 years ago(erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris [Fri, 9 Jan 2009 04:27:03 +0000 (04:27 +0000)]
(erc-input-message): Replace last-command-char with last-command-event.

15 years ago(gnus-summary-next-article): Replace last-command-char with last-command-event.
Glenn Morris [Fri, 9 Jan 2009 04:26:14 +0000 (04:26 +0000)]
(gnus-summary-next-article): Replace last-command-char with last-command-event.

15 years agoReplace last-command-char with last-command-event.
Glenn Morris [Fri, 9 Jan 2009 04:23:38 +0000 (04:23 +0000)]
Replace last-command-char with last-command-event.

15 years agoReplace last-command-char with last-command-event.
Glenn Morris [Fri, 9 Jan 2009 03:57:12 +0000 (03:57 +0000)]
Replace last-command-char with last-command-event.

15 years ago(last_command_char): For clarity, rename to...
Glenn Morris [Fri, 9 Jan 2009 03:30:02 +0000 (03:30 +0000)]
(last_command_char): For clarity, rename to...
(last_command-event): ... and update all users.
(last_input_char): For clarity, rename to...
(last_input_event): ... and update all users.
(last-command-char, last-input-char): Move to subr.el as aliases.

15 years agoUpdate for last_command_char rename.
Glenn Morris [Fri, 9 Jan 2009 03:29:39 +0000 (03:29 +0000)]
Update for last_command_char rename.

15 years ago(last-input-char, last-command-char): Move here from src/keyboard.c.
Glenn Morris [Fri, 9 Jan 2009 03:28:56 +0000 (03:28 +0000)]
(last-input-char, last-command-char): Move here from src/keyboard.c.

15 years agoFix merge error.
Glenn Morris [Fri, 9 Jan 2009 03:22:30 +0000 (03:22 +0000)]
Fix merge error.

15 years ago(url-cid-gnus): Fix typo in header name.
Glenn Morris [Fri, 9 Jan 2009 03:19:39 +0000 (03:19 +0000)]
(url-cid-gnus): Fix typo in header name.

15 years agoFix typos.
Juanma Barranquero [Fri, 9 Jan 2009 03:12:01 +0000 (03:12 +0000)]
Fix typos.

15 years agoMerge from gnus--devo--0
Miles Bader [Fri, 9 Jan 2009 03:01:50 +0000 (03:01 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1513

15 years ago* textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
Juanma Barranquero [Fri, 9 Jan 2009 02:59:52 +0000 (02:59 +0000)]
* textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
  (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
  (ispell-begin-skip-region-regexp, ispell-skip-region-list)
  (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
  (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
  Fix typos in docstrings.
  (ispell-command-loop): Reflow docstring.

15 years agoDocumented several font functions.
Chong Yidong [Thu, 8 Jan 2009 20:58:57 +0000 (20:58 +0000)]
Documented several font functions.

15 years ago(Faces): Put Font Selection node after Auto Faces.
Chong Yidong [Thu, 8 Jan 2009 20:58:13 +0000 (20:58 +0000)]
(Faces): Put Font Selection node after Auto Faces.
(Face Attributes): Don't link to Font Lookup.  Document font-family-list.
(Fonts): New node.

15 years agoUpdate node listing.
Chong Yidong [Thu, 8 Jan 2009 20:57:59 +0000 (20:57 +0000)]
Update node listing.

15 years ago* elisp.texi: Update node listing.
Chong Yidong [Thu, 8 Jan 2009 20:57:30 +0000 (20:57 +0000)]
* elisp.texi: Update node listing.

* display.texi (Faces): Put Font Selection node after Auto Faces.
(Face Attributes): Don't link to Font Lookup.  Document
font-family-list.
(Fonts): New node.

15 years agoispell.el (ispell-encoding8-command): New variable
Agustín Martín [Thu, 8 Jan 2009 18:46:23 +0000 (18:46 +0000)]
ispell.el (ispell-encoding8-command): New variable
(ispell-aspell-supports-utf8): Mark as obsoleted by ispell-encoding8-command
(ispell-check-version): Set ispell-encoding8-command
(ispell-check-spellchecker-params, ispell-start-process): Use
ispell-encoding8-command

flyspell.el (flyspell-large-region): Use ispell-encoding8-command

15 years agolist-families is renamed to font-family-list.
Chong Yidong [Thu, 8 Jan 2009 18:45:08 +0000 (18:45 +0000)]
list-families is renamed to font-family-list.

15 years ago(font_open_for_lface): Handle unspecified height attribute.
Chong Yidong [Thu, 8 Jan 2009 13:34:44 +0000 (13:34 +0000)]
(font_open_for_lface): Handle unspecified height attribute.

15 years ago* font.c (font_open_for_lface): Handle unspecified height attribute.
Chong Yidong [Thu, 8 Jan 2009 13:34:35 +0000 (13:34 +0000)]
* font.c (font_open_for_lface): Handle unspecified height attribute.

15 years ago(Vx_pointer_shape, Vx_nontext_pointer_shape)
Jason Rumney [Thu, 8 Jan 2009 13:13:12 +0000 (13:13 +0000)]
(Vx_pointer_shape, Vx_nontext_pointer_shape)
(Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
(Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
Don't declare.
(syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
(x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.

15 years ago(Pointer Shape): Clarify that only X supports
Jason Rumney [Thu, 8 Jan 2009 13:05:11 +0000 (13:05 +0000)]
(Pointer Shape): Clarify that only X supports
changing the standard pointer shapes. (Bug#1485)

15 years agoface-remap functions were already documented in display.texi.
Chong Yidong [Thu, 8 Jan 2009 11:46:37 +0000 (11:46 +0000)]
face-remap functions were already documented in display.texi.

15 years ago(Attribute Functions): Note that a function value :height is relative,
Chong Yidong [Thu, 8 Jan 2009 11:46:04 +0000 (11:46 +0000)]
(Attribute Functions): Note that a function value :height is relative,
and that compatibility functions work by calling set-face-attribute.
(Displaying Faces): Reorder list in order of increasing priority.
(Face Remapping): New node.  Content moved here from Displaying Faces.
(Glyphs): Link to Face Functions.

15 years ago* display.texi (Attribute Functions): Note that a function value
Chong Yidong [Thu, 8 Jan 2009 11:45:50 +0000 (11:45 +0000)]
* display.texi (Attribute Functions): Note that a function value
:height is relative, and that compatibility functions work by
calling set-face-attribute.
(Displaying Faces): Reorder list in order of increasing priority.
(Face Remapping): New node.  Content moved here from Displaying
Faces.
(Glyphs): Link to Face Functions.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 05:49:41 +0000 (05:49 +0000)]
Add 2009 to copyright years.

15 years agoUpdate printed copyright year to 2009.
Glenn Morris [Thu, 8 Jan 2009 05:30:34 +0000 (05:30 +0000)]
Update printed copyright year to 2009.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 05:28:46 +0000 (05:28 +0000)]
Add 2009 to copyright years.

15 years agorefcards note.
Glenn Morris [Thu, 8 Jan 2009 05:22:16 +0000 (05:22 +0000)]
refcards note.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 05:11:56 +0000 (05:11 +0000)]
Add 2009 to copyright years.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 04:24:42 +0000 (04:24 +0000)]
Add 2009 to copyright years.

15 years ago(cal-menu-scroll-menu): Remove entries that don't scroll the calendar.
Glenn Morris [Thu, 8 Jan 2009 04:13:28 +0000 (04:13 +0000)]
(cal-menu-scroll-menu): Remove entries that don't scroll the calendar.

15 years ago(ispell-check-minver): Declare.
Glenn Morris [Thu, 8 Jan 2009 04:11:09 +0000 (04:11 +0000)]
(ispell-check-minver): Declare.
Use string-to-number rather than string-to-int.

15 years ago(tabbar--local-hlf): Silence compiler.
Glenn Morris [Thu, 8 Jan 2009 04:10:35 +0000 (04:10 +0000)]
(tabbar--local-hlf): Silence compiler.

15 years agoMention archiving.
Glenn Morris [Thu, 8 Jan 2009 04:09:43 +0000 (04:09 +0000)]
Mention archiving.

15 years ago(pmail-show-message): Fix declaration.
Glenn Morris [Thu, 8 Jan 2009 04:09:10 +0000 (04:09 +0000)]
(pmail-show-message): Fix declaration.

15 years ago(pmail-output-read-pmail-file-name): Remove declaration.
Glenn Morris [Thu, 8 Jan 2009 04:08:27 +0000 (04:08 +0000)]
(pmail-output-read-pmail-file-name): Remove declaration.

15 years ago(universal-coding-system-argument): last-input-char need not be a char.
Glenn Morris [Thu, 8 Jan 2009 04:07:31 +0000 (04:07 +0000)]
(universal-coding-system-argument): last-input-char need not be a char.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 04:02:10 +0000 (04:02 +0000)]
Add 2009 to copyright years.

15 years agoAdd missing copyright header.
Glenn Morris [Thu, 8 Jan 2009 04:00:28 +0000 (04:00 +0000)]
Add missing copyright header.

15 years agoUpdate some file refs.
Glenn Morris [Thu, 8 Jan 2009 03:55:58 +0000 (03:55 +0000)]
Update some file refs.

15 years agoRevert copyright year changes for files that are not part of Emacs.
Glenn Morris [Thu, 8 Jan 2009 03:52:24 +0000 (03:52 +0000)]
Revert copyright year changes for files that are not part of Emacs.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 03:47:42 +0000 (03:47 +0000)]
Add 2009 to copyright years.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 03:38:51 +0000 (03:38 +0000)]
Add 2009 to copyright years.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 03:20:38 +0000 (03:20 +0000)]
Add 2009 to copyright years.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 03:20:26 +0000 (03:20 +0000)]
Add 2009 to copyright years.
Add permissions notice.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 03:15:17 +0000 (03:15 +0000)]
Add 2009 to copyright years.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Thu, 8 Jan 2009 02:56:31 +0000 (02:56 +0000)]
Add 2009 to copyright years.

15 years ago(Faces): Don't discuss face id here. facep does
Chong Yidong [Thu, 8 Jan 2009 01:19:44 +0000 (01:19 +0000)]
(Faces): Don't discuss face id here.  facep does
not return t.
(Defining Faces): Minor clarification.
(Face Attributes): Rearrange items to match docstring of
set-face-attribute.  Add :foundry attribute.  Document new role of
:font attribute.  Texinfo usage fix.
(Attribute Functions): Copyedits.
(Face Functions): Note that face number is seldom used.

15 years ago* display.texi (Faces): Don't discuss face id here. facep does
Chong Yidong [Thu, 8 Jan 2009 01:19:34 +0000 (01:19 +0000)]
* display.texi (Faces): Don't discuss face id here.  facep does
not return t.
(Defining Faces): Minor clarification.
(Face Attributes): Rearrange items to match docstring of
set-face-attribute.  Add :foundry attribute.  Document new role of
:font attribute.  Texinfo usage fix.
(Attribute Functions): Copyedits.
(Face Functions): Note that face number is seldom used.

15 years ago* add-log.el (change-log-search-tag-name): Reflow docstring.
Juanma Barranquero [Wed, 7 Jan 2009 16:59:35 +0000 (16:59 +0000)]
* add-log.el (change-log-search-tag-name): Reflow docstring.
  (change-log-mode): Fix typo in docstring.

15 years ago* international/mule.el (define-coding-system): Doc fix.
Juanma Barranquero [Wed, 7 Jan 2009 14:24:29 +0000 (14:24 +0000)]
* international/mule.el (define-coding-system): Doc fix.

15 years agoFix typos.
Juanma Barranquero [Wed, 7 Jan 2009 13:00:06 +0000 (13:00 +0000)]
Fix typos.

15 years ago(define-coding-system): Fix docstring about :bom usage.
Kenichi Handa [Wed, 7 Jan 2009 12:33:14 +0000 (12:33 +0000)]
(define-coding-system): Fix docstring about :bom usage.

15 years ago(Finsert_file_contents): In the case of replace,
Kenichi Handa [Wed, 7 Jan 2009 12:28:19 +0000 (12:28 +0000)]
(Finsert_file_contents): In the case of replace,
remeber the coding system used for decoding in coding_system.

15 years ago(dired-pop-to-buffer): Don't split windows horizontally. (Bug#1806)
Martin Rudalics [Wed, 7 Jan 2009 09:58:23 +0000 (09:58 +0000)]
(dired-pop-to-buffer): Don't split windows horizontally.  (Bug#1806)

15 years agoAdd bug reference.
Juanma Barranquero [Wed, 7 Jan 2009 09:34:18 +0000 (09:34 +0000)]
Add bug reference.

15 years ago(decode_coding_utf_8): Check byte_after_cr before breaking the loop.
Kenichi Handa [Wed, 7 Jan 2009 06:49:50 +0000 (06:49 +0000)]
(decode_coding_utf_8): Check byte_after_cr before breaking the loop.
(decode_coding_utf_16, decode_coding_emacs_mule)
(decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
(decode_coding_charset): Likewise.

15 years ago(tar-mode, tar-mode-write-contents)
Stefan Monnier [Wed, 7 Jan 2009 02:15:37 +0000 (02:15 +0000)]
(tar-mode, tar-mode-write-contents)
(tar-write-region-annotate): Undo Andreas's last change.

15 years ago(gnus-treat-display-face): Fix docstring link to point to
Tassilo Horn [Tue, 6 Jan 2009 11:39:20 +0000 (11:39 +0000)]
(gnus-treat-display-face): Fix docstring link to point to
`(gnus)Face', not `(gnus)X-Face'.

15 years ago* net/tramp-smb.el (tramp-smb-handle-copy-file)
Michael Albinus [Tue, 6 Jan 2009 07:56:42 +0000 (07:56 +0000)]
* net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-rename-file): Delete temporary file in case of
quit.

15 years ago* net/tramp.el (tramp-do-copy-or-rename-file-directly)
Michael Albinus [Tue, 6 Jan 2009 07:51:09 +0000 (07:51 +0000)]
* net/tramp.el (tramp-do-copy-or-rename-file-directly)
(tramp-handle-file-local-copy, tramp-handle-write-region)
Delete temporary file in case of quit.

15 years ago(completion-hilit-commonality): Don't presume
Stefan Monnier [Tue, 6 Jan 2009 04:17:04 +0000 (04:17 +0000)]
(completion-hilit-commonality): Don't presume
all-completions always include the input as prefix.
(completion-pcm--pattern-trivial-p): Accept a few more patterns
as trivial.
(completion-pcm--hilit-commonality): Remove leftover code that used to
deal with the now removed cdr-in-last-cons.

15 years agoUpdate autoload checksums.
Juanma Barranquero [Tue, 6 Jan 2009 02:13:40 +0000 (02:13 +0000)]
Update autoload checksums.

15 years ago* international/mule.el (define-coding-system): Fix typos in docstring.
Juanma Barranquero [Tue, 6 Jan 2009 02:05:34 +0000 (02:05 +0000)]
* international/mule.el (define-coding-system): Fix typos in docstring.

15 years ago(c-setup-paragraph-variables): Ensure paragraph-\(start\|separate\) match
Alan Mackenzie [Mon, 5 Jan 2009 21:22:20 +0000 (21:22 +0000)]
(c-setup-paragraph-variables): Ensure paragraph-\(start\|separate\) match
blank lines.  For AWK Mode.