mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
use with the definition. Remove. * add-log.el (change-log-start-entry-re): New defconst. (change-log-sortable-date-at): Use it. (change-log-beginning-of-defun, change-log-end-of-defun): New functions. (change-log-mode): Use them for beginning-of-defun-function and end-of-defun-function. * erc-ibuffer.el (erc-modified-channels-alist): Pacify byte-compiler.
This commit is contained in:
parent
5aec60dfd7
commit
0bde6a03c6
5 changed files with 53 additions and 8 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* erc-ibuffer.el (erc-modified-channels-alist): Pacify
|
||||
byte-compiler.
|
||||
|
||||
2007-10-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* erc-track.el (erc-modified-channels-update): Use mapc rather
|
||||
|
|
|
|||
|
|
@ -71,6 +71,8 @@
|
|||
(string-match qualifier (or erc-server-announced-name
|
||||
erc-session-server)))))
|
||||
|
||||
(defvar erc-modified-channels-alist)
|
||||
|
||||
(define-ibuffer-column erc-modified (:name "M")
|
||||
(if (and (boundp 'erc-track-mode)
|
||||
erc-track-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue