[slime-devel] [patch] slime-end-of-defun complain "Symbol's value as variable is void: major"

21 Oct
2008
21 Oct
'08
3:28 a.m.
Follow function in file "slime-editing-commands.el", should use "major-mode" instead of "major". It seems variable "major" in emacs23 is deprecated. ,---- | (defun slime-end-of-defun () | (interactive) | (if (eq major 'slime-repl-mode) | (slime-repl-end-of-defun) | (end-of-defun))) | `---- -- The opposite of love is not hate; the opposite of love is solitude.

21 Oct
21 Oct
8:39 p.m.
New subject: [slime-devel] [patch] slime-end-of-defun complain "Symbol's value as variable is void: major"
* S.P.Tseng [2008-10-21 05:28+0200] writes:
Follow function in file "slime-editing-commands.el", should use "major-mode" instead of "major". It seems variable "major" in emacs23 is deprecated.
Thanks. Fixed in CVS. Helmut.
6024
Age (days ago)
6024
Last active (days ago)
1 comments
2 participants
participants (2)
-
Helmut Eller
-
S.P.Tseng