emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104643: * lisp/net/rcirc.el: Delete


From: Deniz Dogan
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104643: * lisp/net/rcirc.el: Delete trailing whitespaces once and for all.
Date: Mon, 20 Jun 2011 14:55:24 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104643
committer: Deniz Dogan <address@hidden>
branch nick: emacs-trunk
timestamp: Mon 2011-06-20 14:55:24 +0200
message:
  * lisp/net/rcirc.el: Delete trailing whitespaces once and for all.
modified:
  lisp/ChangeLog
  lisp/net/rcirc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-20 08:41:57 +0000
+++ b/lisp/ChangeLog    2011-06-20 12:55:24 +0000
@@ -1,3 +1,7 @@
+2011-06-20  Deniz Dogan  <address@hidden>
+
+       * net/rcirc.el: Delete trailing whitespaces once and for all.
+
 2011-06-20  Martin Rudalics  <address@hidden>
 
        * window.el (get-window-with-predicate): Start scanning with

=== modified file 'lisp/net/rcirc.el'
--- a/lisp/net/rcirc.el 2011-06-05 19:39:17 +0000
+++ b/lisp/net/rcirc.el 2011-06-20 12:55:24 +0000
@@ -987,7 +987,7 @@
   (setq buffer-invisibility-spec '())
   (setq buffer-display-table (make-display-table))
   (set-display-table-slot buffer-display-table 4
-                         (let ((glyph (make-glyph-code 
+                         (let ((glyph (make-glyph-code
                                        ?. 'font-lock-keyword-face)))
                            (make-vector 3 glyph)))
 
@@ -1151,7 +1151,7 @@
                           (rcirc-generate-new-buffer-name process target))))
          (with-current-buffer new-buffer
            (rcirc-mode process target)
-           (rcirc-put-nick-channel process (rcirc-nick process) target 
+           (rcirc-put-nick-channel process (rcirc-nick process) target
                                    rcirc-current-line))
          new-buffer)))))
 
@@ -1238,7 +1238,7 @@
   (interactive)
   (let ((pos (1+ (- (point) rcirc-prompt-end-marker))))
     (goto-char (point-max))
-    (let ((text (buffer-substring-no-properties rcirc-prompt-end-marker 
+    (let ((text (buffer-substring-no-properties rcirc-prompt-end-marker
                                                (point)))
           (parent (buffer-name)))
       (delete-region rcirc-prompt-end-marker (point))
@@ -1477,7 +1477,7 @@
                               (match-string 1 text)))
                           rcirc-ignore-list))
               ;; do not ignore if we sent the message
-              (not (string= sender (rcirc-nick process))))    
+              (not (string= sender (rcirc-nick process))))
     (let* ((buffer (rcirc-target-buffer process sender response target text))
           (inhibit-read-only t))
       (with-current-buffer buffer
@@ -1655,8 +1655,8 @@
 (defun rcirc-view-log-file ()
   "View logfile corresponding to the current buffer."
   (interactive)
-  (find-file-other-window 
-   (expand-file-name (funcall rcirc-log-filename-function 
+  (find-file-other-window
+   (expand-file-name (funcall rcirc-log-filename-function
                              (rcirc-buffer-process) rcirc-target)
                     rcirc-log-directory)))
 
@@ -2446,7 +2446,7 @@
                                 rcirc-fill-column)
                                (t fill-column))
                          ;; make sure ... doesn't cause line wrapping
-                         3)))          
+                         3)))
       (fill-region (point) (point-max) nil t))))
 
 ;;; handlers
@@ -2813,7 +2813,7 @@
             ;; quakenet authentication doesn't rely on the user's nickname.
             ;; the variable `nick' here represents the Q account name.
             (when (eq method 'quakenet)
-              (rcirc-send-privmsg 
+              (rcirc-send-privmsg
                process
                "address@hidden"
                (format "AUTH %s %s" nick (car args))))))))))


reply via email to

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