emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104995: * dabbrev.el (dabbrev-abbrev


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104995: * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
Date: Wed, 06 Jul 2011 19:45:01 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104995
fixes bug(s): http://debbugs.gnu.org/358
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-06 19:45:01 +0200
message:
  * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
  to "\\sw\\|\\s_" (bug#358).
modified:
  lisp/ChangeLog
  lisp/dabbrev.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-06 17:10:36 +0000
+++ b/lisp/ChangeLog    2011-07-06 17:45:01 +0000
@@ -1,5 +1,8 @@
 2011-07-06  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
+       to "\\sw\\|\\s_" (bug#358).
+
        * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
        (dired-unmark-backward): Ditto.
        (dired-flag-backup-files): Ditto.

=== modified file 'lisp/dabbrev.el'
--- a/lisp/dabbrev.el   2011-04-19 13:44:55 +0000
+++ b/lisp/dabbrev.el   2011-07-06 17:45:01 +0000
@@ -206,7 +206,8 @@
 expanding `yes-or-no-' signals an error because `-' is not part of a word;
 but expanding `yes-or-no' looks for a word starting with `no'.
 
-The recommended value is \"\\\\sw\\\\|\\\\s_\"."
+The recommended value is nil, which will make dabbrev default to
+using \"\\\\sw\\\\|\\\\s_\"."
   :type '(choice (const nil)
                 regexp)
   :group 'dabbrev)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]