emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/add-log.el,v


From: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el,v
Date: Fri, 22 Sep 2006 14:27:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Masatake YAMATO <jet>   06/09/22 14:27:13

Index: add-log.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/add-log.el,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -b -r1.177 -r1.178
--- add-log.el  9 May 2006 22:58:54 -0000       1.177
+++ add-log.el  22 Sep 2006 14:27:13 -0000      1.178
@@ -914,7 +914,7 @@
                               ;; Include certain keywords if they
                               ;; precede the name.
                               (setq middle (point))
-                              (forward-word -1)
+                              (forward-sexp -1)
                               ;; Is this C++ method?
                               (when (and (< 2 middle)
                                          (string= (buffer-substring (- middle 
2)




reply via email to

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